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

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 34 compiler = shaderc_compiler_initialize();
shaderc.cc 324 shaderc_compiler_t shaderc_compiler_initialize() { function
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 81 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
90 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
111 shaderc_compiler_t shaderc_compiler_initialize(void);
shaderc.hpp 246 Compiler() : compiler_(shaderc_compiler_initialize()) {}

Completed in 42 milliseconds