Home
last modified time | relevance | path

Searched refs:E_GL_EXT_shadow_samplers (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h114 const char* const E_GL_EXT_shadow_samplers = "GL_EXT_shadow_samplers"; variable
DVersions.cpp161 extensionBehavior[E_GL_EXT_shadow_samplers] = EBhDisable; in initializeExtensionBehavior()
DInitialize.cpp7967 symbolTable.setFunctionExtensions("shadow2DEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
7968 symbolTable.setFunctionExtensions("shadow2DProjEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
8517 symbolTable.setFunctionExtensions("shadow2DEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
8518 symbolTable.setFunctionExtensions("shadow2DProjEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
DScan.cpp1378 if (!parseContext.extensionTurnedOn(E_GL_EXT_shadow_samplers)) in tokenizeIdentifier()