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

/external/deqp/modules/gles31/functional/
H A Des31fShaderImageLoadStoreTests.cpp352 static const char* const s_texBufExtString = "GL_EXT_texture_buffer"; member in namespace:deqp::gles31::Functional
356 if (type == TEXTURETYPE_BUFFER && !contextInfo.isExtensionSupported(s_texBufExtString) && !glu::contextSupports(renderContext.getType(), glu::ApiType::es(3, 2)))
357 throw tcu::NotSupportedError("Test requires " + string(s_texBufExtString) + " extension");
363 return "#extension " + string(s_texBufExtString) + " : require\n";

Completed in 135 milliseconds