Searched refs:blendFuncs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fIndexedStateQueryTests.cpp | 731 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() 815 … blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 819 … blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 823 … blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 827 … blendFuncs[(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 D | es31fIndexedStateQueryTests.cpp | 994 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() 1078 … blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 1082 … blendFuncs[(ndx + 1) % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 1086 … blendFuncs[ndx % DE_LENGTH_OF_ARRAY(blendFuncs)], m_verifierType); in iterate() 1090 … blendFuncs[(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 D | glsInteractionTestUtil.cpp | 81 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/ |
D | GLSnapshotPixelOperations_unittest.cpp | 382 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()
|