Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DVersions.h121 const char* const E_GL_EXT_shadow_samplers = "GL_EXT_shadow_samplers"; variable
DVersions.cpp187 extensionBehavior[E_GL_EXT_shadow_samplers] = EBhDisable; in initializeExtensionBehavior()
DInitialize.cpp7872 symbolTable.setFunctionExtensions("shadow2DEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
7873 symbolTable.setFunctionExtensions("shadow2DProjEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
8601 symbolTable.setFunctionExtensions("shadow2DEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
8602 symbolTable.setFunctionExtensions("shadow2DProjEXT", 1, &E_GL_EXT_shadow_samplers); in add2ndGenerationSamplingImaging()
DScan.cpp1510 if (!parseContext.extensionTurnedOn(E_GL_EXT_shadow_samplers)) in tokenizeIdentifier()