Searched refs:blendFuncs (Results 1 – 3 of 3) sorted by relevance
| /external/deqp/modules/glshared/ |
| D | glsInteractionTestUtil.cpp | 105 static const deUint32 blendFuncs[] = in computeRandomRenderState() local 195 …lendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState() 199 ….blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState() 205 …lendRGBState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState() 206 …lendRGBState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState() 209 ….blendAState.srcFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState() 210 ….blendAState.dstFunc = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
|
| /external/deqp/modules/gles3/functional/ |
| D | es3fIndexedStateQueryTests.cpp | 724 const deUint32 blendFuncs[] = in iterate() local 805 …gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], blendFuncs[(ndx + 1) % DE_L… in iterate() 808 …ateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate() 811 …IndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate() 814 …eIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate() 817 …dexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate() 823 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 824 blendFuncs[(ndx + 2) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 825 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 826 blendFuncs[(ndx + 0) % DE_LENGTH_OF_ARRAY(blendFuncs)]); in iterate() [all …]
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fIndexedStateQueryTests.cpp | 960 const deUint32 blendFuncs[] = in iterate() local 1041 …gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], blendFuncs[(ndx + 1) % DE_L… in iterate() 1044 …ateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate() 1047 …IndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate() 1050 …eIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate() 1053 …dexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate() 1059 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 1060 blendFuncs[(ndx + 2) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 1061 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate() 1062 blendFuncs[(ndx + 0) % DE_LENGTH_OF_ARRAY(blendFuncs)]); in iterate() [all …]
|