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

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 120 typedef struct shaderc_compile_options* shaderc_compile_options_t; typedef in typeref:struct:shaderc_compile_options
122 // Returns a default-initialized shaderc_compile_options_t that can be used
125 // Any function operating on shaderc_compile_options_t must offer the
127 shaderc_compile_options_t shaderc_compile_options_initialize(void);
129 // Returns a copy of the given shaderc_compile_options_t.
132 shaderc_compile_options_t shaderc_compile_options_clone(
133 const shaderc_compile_options_t options);
136 // shaderc_compile_options_t object in any future calls. It is safe to pass
138 void shaderc_compile_options_release(shaderc_compile_options_t options);
152 shaderc_compile_options_t options, const char* name, size_t name_length
    [all...]
shaderc.hpp 237 shaderc_compile_options_t options_;
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 32 shaderc_compile_options_t options;
shaderc.cc 250 shaderc_compile_options_t shaderc_compile_options_initialize() {
254 shaderc_compile_options_t shaderc_compile_options_clone(
255 const shaderc_compile_options_t options) {
262 void shaderc_compile_options_release(shaderc_compile_options_t options) {
267 shaderc_compile_options_t options, const char* name, size_t name_length,
273 shaderc_compile_options_t options) {
278 shaderc_compile_options_t options, int version, shaderc_profile profile) {
299 shaderc_compile_options_t options, shaderc_include_resolve_fn resolver,
307 shaderc_compile_options_t options) {
311 void shaderc_compile_options_set_target_env(shaderc_compile_options_t options
    [all...]

Completed in 47 milliseconds