HomeSort by relevance Sort by last modified time
    Searched refs:DE_LENGTH_OF_ARRAY (Results 126 - 150 of 310) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 273 int numValues = DE_LENGTH_OF_ARRAY(depthValues);
316 int numSteps = DE_LENGTH_OF_ARRAY(depthSteps);
838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++)
841 for (int depthFunc = 0; depthFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; depthFunc++)
845 bool hasStencilFunc = de::inBounds(stencilFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
846 bool hasDepthFunc = de::inBounds(depthFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
865 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(functionCases); ndx++)
918 for (int sFail = 0; sFail < DE_LENGTH_OF_ARRAY(stencilOps); sFail++)
920 for (int dFail = 0; dFail < DE_LENGTH_OF_ARRAY(stencilOps); dFail++)
922 for (int dPass = 0; dPass < DE_LENGTH_OF_ARRAY(stencilOps); dPass++
    [all...]
es3fFboDepthbufferTests.cpp 332 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
341 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
350 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(depthFormats); fmtNdx++)
es3fTextureSpecificationTests.cpp 717 for (int face = 0; face < DE_LENGTH_OF_ARRAY(s_cubeMapFaces); face++)
    [all...]
es3fIntegerStateQueryTests.cpp 282 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(referenceAsGLBoolean); ++ndx)
    [all...]
es3fInternalFormatQueryTests.cpp 227 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(internalFormats); ++ndx)
es3fPixelBufferObjectTests.cpp 620 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(nativeFramebufferTests); testNdx++)
695 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(renderbufferFormatsStr) == DE_LENGTH_OF_ARRAY(renderbufferFormats));
697 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(renderbufferFormats); formatNdx++)
es3fScissorTests.cpp 92 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++)
es3fShaderSwitchTests.cpp 159 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(switchTypeNames) == SWITCHTYPE_LAST);
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 128 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_postfix) == glu::PRECISION_LAST);
129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
144 DE_ASSERT(de::inBounds<int>(shaderType, 0, DE_LENGTH_OF_ARRAY(s_postfix)));
    [all...]
es31fAtomicCounterTests.cpp     [all...]
es31fShaderMultisampleInterpolationStateQueryTests.cpp 366 for (int verifierNdx = 0; verifierNdx < DE_LENGTH_OF_ARRAY(verifiers); ++verifierNdx)
375 for (int verifierNdx = 0; verifierNdx < DE_LENGTH_OF_ARRAY(verifiers); ++verifierNdx)
384 for (int verifierNdx = 0; verifierNdx < DE_LENGTH_OF_ARRAY(verifiers); ++verifierNdx)
es31fSampleVariableTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fIntegerStateQueryTests.cpp 250 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(referenceAsGLBoolean); ++ndx)
731 m_verifier->verifyIntegerAnyOf(m_testCtx, GL_SAMPLES, validSamples, DE_LENGTH_OF_ARRAY(validSamples));
788 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(depthFunctions); ndx++)
817 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(cullFaces); ndx++)
846 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(frontFaces); ndx++)
    [all...]
es2fFboApiTest.cpp 156 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(levels); ndx++)
176 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(levels); ndx++)
196 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++)
226 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++)
228 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(cubeTargets); targetNdx++)
250 for (int pointNdx = 0; pointNdx < DE_LENGTH_OF_ARRAY(attachmentPoints); pointNdx++)
372 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(attachmentPoints); ndx++)
es2fScissorTests.cpp 82 for(int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++)
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)];
67 for (int ndx = 0; ndx < (int)DE_LENGTH_OF_ARRAY(statementSpecs); ndx++)
83 for (int ndx = 0; ndx < (int)DE_LENGTH_OF_ARRAY(statementSpecs); ndx++)
  /external/deqp/modules/egl/
teglColorClearCase.cpp 264 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(packetIter->clears); ndx++)
330 for (int clearNdx = 0; clearNdx < DE_LENGTH_OF_ARRAY(packet.clears); clearNdx++)
373 for (int clearNdx = 0; clearNdx < DE_LENGTH_OF_ARRAY(packet.clears); clearNdx++)
teglSurfacelessContextTests.cpp 104 for (int apiNdx = 0; apiNdx < (int)DE_LENGTH_OF_ARRAY(apis); apiNdx++)
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 228 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(coords); ndx++)
261 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
316 for (int coordNdx = 0; coordNdx < DE_LENGTH_OF_ARRAY(coordRanges); coordNdx++)
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 235 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(coords); ndx++)
268 glDrawElements(GL_TRIANGLES, DE_LENGTH_OF_ARRAY(indices), GL_UNSIGNED_SHORT, &indices[0]);
323 for (int coordNdx = 0; coordNdx < DE_LENGTH_OF_ARRAY(coordRanges); coordNdx++)
  /external/deqp/executor/tools/
xeExtractSampleLists.cpp 146 in.read((char*)&buf[0], DE_LENGTH_OF_ARRAY(buf));
  /external/deqp/executor/
xeContainerFormatParser.cpp 209 for (int elemNdx = 0; elemNdx < DE_LENGTH_OF_ARRAY(s_elements); elemNdx++)
  /external/deqp/framework/delibs/debase/
deInt32.c 129 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_rcpLUT) == (1<<RCP_LUT_BITS));
  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 163 for (int caseNdx = 0; caseNdx < DE_LENGTH_OF_ARRAY(cases); caseNdx++)
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 97 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(getIntCases); ndx++)

Completed in 467 milliseconds

1 2 3 4 56 7 8 91011>>