Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16; variable
469 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS); in random()
970 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS); in init()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16; variable
535 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS); in random()
1141 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS); in init()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp75 MAX_NUM_SAMPLER_UNIFORMS = 16 enumerator
959 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS); in init()