Searched refs:s_texBufExtString (Results 1 – 1 of 1) sorted by relevance
351 static const char* const s_texBufExtString = "GL_EXT_texture_buffer"; variable355 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()