Searched refs:bufferTargets (Results 1 – 7 of 7) sorted by relevance
552 static const deUint32 bufferTargets[] = in init() local610 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 …]
241 static const deUint32 bufferTargets[] = in init() local258 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()
437 static const deUint32 bufferTargets[] = in iterate() local470 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in iterate()559 static const deUint32 bufferTargets[] = in init() local589 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()
235 const GLenum bufferTargets[] = in test() local245 const int targets = m_testAllTargets ? DE_LENGTH_OF_ARRAY(bufferTargets) : 4; in test()249 m_bufferTarget = bufferTargets[ndx]; in test()
437 static const deUint32 bufferTargets[] = in iterate() local458 const deUint32 target = bufferTargets[rnd.getInt(0, DE_LENGTH_OF_ARRAY(bufferTargets)-1)]; in iterate()546 static const deUint32 bufferTargets[] = in init() local574 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()
156 const GLenum bufferTargets[] = in test() local160 const int targets = DE_LENGTH_OF_ARRAY(bufferTargets); in test()164 m_bufferTarget = bufferTargets[ndx]; in test()
106 static const deUint32 bufferTargets[] = variable187 return isGLES3 ? randomChoose(rnd, bufferTargets) : randomChoose(rnd, bufferTargetsGLES2); in randomBufferTarget()