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

  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 241 static const deUint32 bufferTargets[] =
258 for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); srcTargetNdx++)
260 for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); dstTargetNdx++)
265 deUint32 srcTarget = bufferTargets[srcTargetNdx];
266 deUint32 dstTarget = bufferTargets[dstTargetNdx];
322 for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); srcTargetNdx++)
324 for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); dstTargetNdx++)
329 deUint32 srcTarget = bufferTargets[srcTargetNdx];
330 deUint32 dstTarget = bufferTargets[dstTargetNdx];
es3fBufferMapTests.cpp 552 static const deUint32 bufferTargets[] =
610 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
612 deUint32 target = bufferTargets[targetNdx];
628 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
632 deUint32 target = bufferTargets[targetNdx];
655 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
657 deUint32 target = bufferTargets[targetNdx];
674 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
678 deUint32 target = bufferTargets[targetNdx];
693 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++
    [all...]
es3fBufferWriteTests.cpp 437 static const deUint32 bufferTargets[] =
470 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)];
559 static const deUint32 bufferTargets[] =
589 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
593 const deUint32 target = bufferTargets[targetNdx];
675 spec->target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)];
690 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
694 const deUint32 target = bufferTargets[targetNdx]
    [all...]
es3fBufferObjectQueryTests.cpp 235 const GLenum bufferTargets[] =
245 const int targets = m_testAllTargets ? DE_LENGTH_OF_ARRAY(bufferTargets) : 4;
249 m_bufferTarget = bufferTargets[ndx];
  /external/deqp/modules/gles2/functional/
es2fBufferObjectQueryTests.cpp 156 const GLenum bufferTargets[] =
160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets);
164 m_bufferTarget = bufferTargets[ndx];
es2fBufferWriteTests.cpp 437 static const deUint32 bufferTargets[] =
458 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)];
546 static const deUint32 bufferTargets[] =
574 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
578 const deUint32 target = bufferTargets[targetNdx];
599 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++)
601 const deUint32 target = bufferTargets[targetNdx];
675 spec->target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 106 static const deUint32 bufferTargets[] =
187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2);
    [all...]

Completed in 72 milliseconds