OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaderc_compilation_result
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc_private.h
27
struct
shaderc_compilation_result
{
struct
28
virtual ~
shaderc_compilation_result
() {}
48
class shaderc_compilation_result_vector : public
shaderc_compilation_result
{
72
: public
shaderc_compilation_result
{
/prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h
239
typedef struct
shaderc_compilation_result
* shaderc_compilation_result_t;
253
//
shaderc_compilation_result
will be returned to hold the results.
285
// assembles it into SPIR-V binary and a
shaderc_compilation_result
will be
Completed in 46 milliseconds