Searched defs:shaderc_compiler_t (Results 1 - 1 of 1) sorted by relevance

/external/skia/third_party/shaderc/
H A Dshaderc.h79 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
88 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
98 typedef struct shaderc_compiler* shaderc_compiler_t; typedef in typeref:struct:shaderc_compiler
100 // Returns a shaderc_compiler_t that can be used to compile modules.
102 // Any function operating on shaderc_compiler_t must offer the basic
109 shaderc_compiler_t shaderc_compiler_initialize(void);
111 // Releases the resources held by the shaderc_compiler_t.
113 // involving this shaderc_compiler_t.
114 void shaderc_compiler_release(shaderc_compiler_t);
249 const shaderc_compiler_t compile
[all...]

Completed in 211 milliseconds