HomeSort by relevance Sort by last modified time
    Searched refs:shaderc_compile_options (Results 1 - 2 of 2) 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;
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/src/
shaderc.cc 242 struct shaderc_compile_options { struct
243 shaderc_compile_options() : include_user_data(nullptr) {} function in struct:shaderc_compile_options
251 return new (std::nothrow) shaderc_compile_options;
259 return new (std::nothrow) shaderc_compile_options(*options);

Completed in 82 milliseconds