/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | EXT_shadow_samplers_test.cpp | 33 mResources.EXT_shadow_samplers = 0; in TEST_P() 42 mResources.EXT_shadow_samplers = 1; in TEST_P() 51 mResources.EXT_shadow_samplers = 1; in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Initialize.cpp | 148 if (resources.EXT_shadow_samplers) in InitExtensionBehavior() 150 extBehavior[TExtension::EXT_shadow_samplers] = EBhUndefined; in InitExtensionBehavior()
|
D | ExtensionBehavior.h | 42 EXT_shadow_samplers, enumerator
|
D | ExtensionBehavior.cpp | 36 OP(EXT_shadow_samplers) \
|
D | ShaderLang.cpp | 227 resources->EXT_shadow_samplers = 0; in InitBuiltInResources()
|
D | glslang.l | 233 …return ES2_reserved_ES2_extension_ES3_keyword(context, TExtension::EXT_shadow_samplers, SAMPLER2DS…
|
D | Compiler.cpp | 1265 << ":EXT_shadow_samplers:" << mResources.EXT_shadow_samplers in setResourceString()
|
D | glslang_lex_autogen.cpp | 1580 context, TExtension::EXT_shadow_samplers, SAMPLER2DSHADOW);
|
D | builtin_function_declarations.txt | 410 …{"essl_level": "ESSL1_BUILTINS", "hasSideEffects": "true", "essl_extension": "EXT_shadow_samplers"}
|
D | SymbolTable_ESSL_autogen.cpp | 8297 std::array<TExtension, 1u>{{TExtension::EXT_shadow_samplers}}, 8306 std::array<TExtension, 1u>{{TExtension::EXT_shadow_samplers}}, 18882 Rule::Get<Spec::ESSL, 100, Shader::ALL, EXT_INDEX(EXT_shadow_samplers)>(&shadow2DEXT_00d20B), 18883 Rule::Get<Spec::ESSL, 100, Shader::ALL, EXT_INDEX(EXT_shadow_samplers)>( 24520 {"shadow2DEXT", std::array<TExtension, 1>{{Ext::EXT_shadow_samplers}}, Ext::UNDEFINED, 100, -1, 24522 {"shadow2DProjEXT", std::array<TExtension, 1>{{Ext::EXT_shadow_samplers}}, Ext::UNDEFINED, 100,
|
D | SymbolTable_autogen.cpp | 11203 std::array<TExtension, 1u>{{TExtension::EXT_shadow_samplers}}, 11212 std::array<TExtension, 1u>{{TExtension::EXT_shadow_samplers}}, 30982 Rule::Get<Spec::ESSL, 100, Shader::ALL, EXT_INDEX(EXT_shadow_samplers)>(&shadow2DEXT_00d20B), 30983 Rule::Get<Spec::ESSL, 100, Shader::ALL, EXT_INDEX(EXT_shadow_samplers)>( 39249 {"shadow2DEXT", std::array<TExtension, 1>{{Ext::EXT_shadow_samplers}}, Ext::UNDEFINED, 100, -1, 39251 {"shadow2DProjEXT", std::array<TExtension, 1>{{Ext::EXT_shadow_samplers}}, Ext::UNDEFINED, 100,
|
/third_party/openGLES/extensions/NV/ |
D | NV_shadow_samplers_cube.txt | 40 Requires OES_depth_texture_cube_map and EXT_shadow_samplers. 45 EXT_shadow_samplers to include support for shadow samplers of cube
|
D | NV_shadow_samplers_array.txt | 40 Requires NV_texture_array and EXT_shadow_samplers. 45 EXT_shadow_samplers to include support for shadow samplers of 2D
|
D | NV_draw_texture.txt | 39 This extension interacts with EXT_shadow_samplers. 229 Interactions with OpenGL ES and EXT_shadow_samplers 231 If implemented for OpenGL ES with the EXT_shadow_samplers extension, 236 If implemented for OpenGL ES without the EXT_shadow_samplers extension,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shadow_samplers_cube.txt | 40 Requires OES_depth_texture_cube_map and EXT_shadow_samplers. 45 EXT_shadow_samplers to include support for shadow samplers of cube
|
D | NV_shadow_samplers_array.txt | 40 Requires NV_texture_array and EXT_shadow_samplers. 45 EXT_shadow_samplers to include support for shadow samplers of 2D
|
D | NV_draw_texture.txt | 39 This extension interacts with EXT_shadow_samplers. 229 Interactions with OpenGL ES and EXT_shadow_samplers 231 If implemented for OpenGL ES with the EXT_shadow_samplers extension, 236 If implemented for OpenGL ES without the EXT_shadow_samplers extension,
|
/third_party/skia/third_party/externals/angle2/src/compiler/fuzz/ |
D | translator_fuzzer.cpp | 231 resources.EXT_shadow_samplers = 1; in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
D | ShaderLang.h | 409 int EXT_shadow_samplers; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Compiler.cpp | 147 mResources.EXT_shadow_samplers = extensions.shadowSamplersEXT; in Compiler()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shadow_samplers.txt | 3 EXT_shadow_samplers
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shadow_samplers.txt | 3 EXT_shadow_samplers
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ExtensionSupport.md | 127 | [GL_EXT_shadow_samplers](https://khronos.org/registry/OpenGL/extensions/EXT/EXT_shadow_samplers.t…
|