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

/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp241 static const deUint32 bufferTargets[] = local
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];
H A Des3fBufferMapTests.cpp552 static const deUint32 bufferTargets[] = local
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); targetNd
[all...]
H A Des3fBufferWriteTests.cpp437 static const deUint32 bufferTargets[] = local
470 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)];
559 static const deUint32 bufferTargets[] = local
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[targetNd
[all...]
H A Des3fBufferObjectQueryTests.cpp235 const GLenum bufferTargets[] = local
245 const int targets = m_testAllTargets ? DE_LENGTH_OF_ARRAY(bufferTargets) : 4;
249 m_bufferTarget = bufferTargets[ndx];
/external/deqp/modules/gles2/functional/
H A Des2fBufferObjectQueryTests.cpp156 const GLenum bufferTargets[] = local
160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets);
164 m_bufferTarget = bufferTargets[ndx];
H A Des2fBufferWriteTests.cpp437 static const deUint32 bufferTargets[] = local
458 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)];
546 static const deUint32 bufferTargets[] = local
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)
[all...]
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp106 static const deUint32 bufferTargets[] = member in namespace:deqp::gls
187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2);

Completed in 254 milliseconds