HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NUM_SAMPLER_UNIFORMS (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 75 MAX_NUM_SAMPLER_UNIFORMS = 16
959 DE_ASSERT(numSamplerUniforms <= MAX_NUM_SAMPLER_UNIFORMS);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16;
462 // \note Discard uniforms that would cause number of samplers to exceed MAX_NUM_SAMPLER_UNIFORMS.
469 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 72 static const int MAX_NUM_SAMPLER_UNIFORMS = 16;
528 // \note Discard uniforms that would cause number of samplers to exceed MAX_NUM_SAMPLER_UNIFORMS.
535 } while (res->getNumSamplers() + getNumSamplersInType(uniform.type) > MAX_NUM_SAMPLER_UNIFORMS);
    [all...]

Completed in 62 milliseconds