OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaderc_compiler_t
(Results
1 - 3
of
3
) sorted by null
/external/skia/third_party/shaderc/
shaderc.h
79
//
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
compiler, const char* source_text
[
all
...]
/external/skia/src/gpu/vk/
GrVkGpu.h
116
shaderc_compiler_t
shadercCompiler() const {
216
shaderc_compiler_t
fCompiler;
GrVkProgramBuilder.cpp
104
shaderc_compiler_t
compiler = gpu->shadercCompiler();
Completed in 513 milliseconds