Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fBufferMapTests.cpp552 static const deUint32 bufferTargets[] = in init() local
610 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
612 deUint32 target = bufferTargets[targetNdx]; in init()
628 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
632 deUint32 target = bufferTargets[targetNdx]; in init()
655 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
657 deUint32 target = bufferTargets[targetNdx]; in init()
674 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
678 deUint32 target = bufferTargets[targetNdx]; in init()
693 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
[all …]
Des3fBufferCopyTests.cpp241 static const deUint32 bufferTargets[] = in init() local
258 for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); srcTargetNdx++) in init()
260 for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); dstTargetNdx++) in init()
265 deUint32 srcTarget = bufferTargets[srcTargetNdx]; in init()
266 deUint32 dstTarget = bufferTargets[dstTargetNdx]; in init()
322 for (int srcTargetNdx = 0; srcTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); srcTargetNdx++) in init()
324 for (int dstTargetNdx = 0; dstTargetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); dstTargetNdx++) in init()
329 deUint32 srcTarget = bufferTargets[srcTargetNdx]; in init()
330 deUint32 dstTarget = bufferTargets[dstTargetNdx]; in init()
Des3fBufferWriteTests.cpp437 static const deUint32 bufferTargets[] = in iterate() local
470 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in iterate()
559 static const deUint32 bufferTargets[] = in init() local
589 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
593 const deUint32 target = bufferTargets[targetNdx]; in init()
675 spec->target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in init()
690 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
694 const deUint32 target = bufferTargets[targetNdx]; in init()
Des3fBufferObjectQueryTests.cpp235 const GLenum bufferTargets[] = in test() local
245 const int targets = m_testAllTargets ? DE_LENGTH_OF_ARRAY(bufferTargets) : 4; in test()
249 m_bufferTarget = bufferTargets[ndx]; in test()
/external/deqp/modules/gles2/functional/
Des2fBufferWriteTests.cpp437 static const deUint32 bufferTargets[] = in iterate() local
458 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in iterate()
546 static const deUint32 bufferTargets[] = in init() local
574 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
578 const deUint32 target = bufferTargets[targetNdx]; in init()
599 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
601 const deUint32 target = bufferTargets[targetNdx]; in init()
675 spec->target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in init()
690 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(bufferTargets); targetNdx++) in init()
694 const deUint32 target = bufferTargets[targetNdx]; in init()
Des2fBufferObjectQueryTests.cpp156 const GLenum bufferTargets[] = in test() local
160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets); in test()
164 m_bufferTarget = bufferTargets[ndx]; in test()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp106 static const deUint32 bufferTargets[] = variable
187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2); in randomBufferTarget()