Home
last modified time | relevance | path

Searched refs:blendFuncs (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp105 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/gles31/functional/
Des31fIndexedStateQueryTests.cpp1038 const deUint32 blendFuncs[] = in iterate() local
1119 …gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], blendFuncs[(ndx + 1) % DE_L… in iterate()
1122 …ateIndexedInteger(result, gl, GL_BLEND_SRC_RGB, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate()
1125 …IndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate()
1128 …eIndexedInteger(result, gl, GL_BLEND_SRC_ALPHA, ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFunc… in iterate()
1131 …dexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendF… in iterate()
1137 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1138 blendFuncs[(ndx + 2) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1139 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1140 blendFuncs[(ndx + 0) % DE_LENGTH_OF_ARRAY(blendFuncs)]); in iterate()
[all …]