Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h137 const char* const E_GL_ARB_sparse_texture2 = "GL_ARB_sparse_texture2"; variable
DInitialize.cpp8258 … symbolTable.setFunctionExtensions("sparseTextureARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8259 … symbolTable.setFunctionExtensions("sparseTextureLodARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8260 … symbolTable.setFunctionExtensions("sparseTextureOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8261 … symbolTable.setFunctionExtensions("sparseTexelFetchARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8262 … symbolTable.setFunctionExtensions("sparseTexelFetchOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8263 … symbolTable.setFunctionExtensions("sparseTextureLodOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8264 … symbolTable.setFunctionExtensions("sparseTextureGradARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8265 … symbolTable.setFunctionExtensions("sparseTextureGradOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8266 … symbolTable.setFunctionExtensions("sparseTextureGatherARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
8267 … symbolTable.setFunctionExtensions("sparseTextureGatherOffsetARB", 1, &E_GL_ARB_sparse_texture2); in add2ndGenerationSamplingImaging()
[all …]
DVersions.cpp183 extensionBehavior[E_GL_ARB_sparse_texture2] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp1800 requireExtensions(loc, 1, &E_GL_ARB_sparse_texture2, fnCandidate.getName().c_str()); in builtInOpCheck()