Home
last modified time | relevance | path

Searched defs:specialized (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp358 std::string specialized = specializeShader(shader_count, shader_string); in shaderSourceSpecialized() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderLibraryCase.cpp75 vector<RequiredExtension> specialized; in checkAndSpecializeExtensions() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformatutils.cpp42 constexpr uint32_t PackTypeInfo(GLuint bytes, bool specialized) in PackTypeInfo()
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs466 pub fn specialized(&self) -> Option<Cursor> { in specialized() method