OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaderc_compile_options_initialize
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c
35
options =
shaderc_compile_options_initialize
();
shaderc.cc
250
shaderc_compile_options_t
shaderc_compile_options_initialize
() {
function
257
return
shaderc_compile_options_initialize
();
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h
127
shaderc_compile_options_t
shaderc_compile_options_initialize
(void);
shaderc.hpp
133
CompileOptions() { options_ =
shaderc_compile_options_initialize
(); }
Completed in 47 milliseconds