Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp731 const uint32_t blendFuncs[] = {GL_ZERO, in iterate() local
810 gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
811 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)]); in iterate()
815blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
819blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
823blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
827blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
834 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
835 blendFuncs[(ndx + 2) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
836 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp994 const uint32_t blendFuncs[] = {GL_ZERO, in iterate() local
1073 gl.glBlendFunci(ndx, blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1074 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)]); in iterate()
1078blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
1082blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
1086blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
1090blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate()
1097 gl.glBlendFuncSeparatei(ndx, blendFuncs[(ndx + 3) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1098 blendFuncs[(ndx + 2) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
1099 blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], in iterate()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp81 static const uint32_t blendFuncs[] = {GL_ZERO, in computeRandomRenderState() local
156 …blendRGBState.srcFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
162 …e.blendAState.srcFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
170 …blendRGBState.srcFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
171 …blendRGBState.dstFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
175 …e.blendAState.srcFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
176 …e.blendAState.dstFunc = rnd.choose<uint32_t>(DE_ARRAY_BEGIN(blendFuncs), DE_ARRAY_END(blendFuncs)); in computeRandomRenderState()
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DGLSnapshotPixelOperations_unittest.cpp382 auto& blendFuncs = *m_changed_value; in stateChange() local
384 … gl->glBlendFuncSeparateiEXT(i, blendFuncs[i].srcRGB, blendFuncs[i].dstRGB, blendFuncs[i].srcAlpha, in stateChange()
385 blendFuncs[i].dstAlpha); in stateChange()