Searched refs:setPixStencil (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 481 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 478 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 140 …stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (SFAIL_EXPRESSION), stencilState.… in executeStencilSFail() 276 …stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (EXPRESSION), stencilState.writeM… in executeStencilDpFailAndPass()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 193 dst.setPixStencil(newVal, x, y); in renderTestPatternReference()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 375 void setPixStencil (int stencil, int x, int y, int z = 0) const;
|
D | tcuTextureUtil.cpp | 857 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z); in copy()
|
D | tcuTexture.cpp | 1081 void PixelBufferAccess::setPixStencil (int stencil, int x, int y, int z) const in setPixStencil() function in tcu::PixelBufferAccess
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 984 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z); in depthValueFloatClampCopy()
|