HomeSort by relevance Sort by last modified time
    Searched refs:shaderc_compiler_initialize (Results 1 - 4 of 4) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 34 compiler = shaderc_compiler_initialize();
shaderc.cc 451 shaderc_compiler_t shaderc_compiler_initialize() { function
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 206 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
216 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
238 shaderc_compiler_t shaderc_compiler_initialize(void);
shaderc.hpp 317 Compiler() : compiler_(shaderc_compiler_initialize()) {}

Completed in 125 milliseconds