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

/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp260 int numSupported = -1; local
263 m_renderCtx.getFunctions().getIntegerv(pname, &numSupported);
269 if (numSupported < numRequiredSamplers)
270 throw tcu::NotSupportedError("Shader requires " + de::toString(numRequiredSamplers) + " sampler(s). Implementation supports " + de::toString(numSupported));
280 int numSupported = -1; local
283 m_renderCtx.getFunctions().getIntegerv(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, &numSupported);
289 if (numSupported < numRequiredCombinedSamplers)
290 throw tcu::NotSupportedError("Program requires " + de::toString(numRequiredCombinedSamplers) + " sampler(s). Implementation supports " + de::toString(numSupported));

Completed in 1068 milliseconds