Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp351 static const char* const s_texBufExtString = "GL_EXT_texture_buffer"; variable
355 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString)) in checkTextureTypeExtensions()
356 throw tcu::NotSupportedError("Test requires " + string(s_texBufExtString) + " extension"); in checkTextureTypeExtensions()
362 return "#extension " + string(s_texBufExtString) + " : require\n"; in textureTypeExtensionShaderRequires()