Home | History | Annotate | Download | only in functional

Lines Matching refs:extName

346 	const char* extName = "GL_EXT_gpu_shader5";
349 !m_context.getContextInfo().isExtensionSupported(extName))
350 throw tcu::NotSupportedError(string(extName) + " extension is required for dynamic indexing of sampler arrays");
684 const char* extName = "GL_EXT_gpu_shader5";
687 !m_context.getContextInfo().isExtensionSupported(extName))
688 throw tcu::NotSupportedError(string(extName) + " extension is required for dynamic indexing of interface blocks");
897 const char* extName = "GL_EXT_gpu_shader5";
900 !m_context.getContextInfo().isExtensionSupported(extName))
901 throw tcu::NotSupportedError(string(extName) + " extension is required for dynamic indexing of atomic counters");