Searched refs:getPixStencil (Results 1 - 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp476 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
485 deUint32 stencil = rowAccess.getPixStencil(x, 0);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp479 deUint32 oldVal = rowAccess.getPixStencil(x, 0);
488 deUint32 stencil = rowAccess.getPixStencil(x, 0);
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp100 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
138 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
274 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp190 const int oldVal = dst.getPixStencil(x, y);
406 const int ref = stencilRef.getPixStencil(x, y);
484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp804 if (dsAccess.getPixStencil(sampleNdx, x, y) != 0)
/external/deqp/framework/common/
H A DtcuTexture.hpp328 int getPixStencil (int x, int y, int z = 0) const;
H A DtcuTextureUtil.cpp857 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);
H A DtcuTexture.cpp848 int ConstPixelBufferAccess::getPixStencil (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp680 if (levelStencil < refAccess.getPixStencil(x, y))
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp984 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);

Completed in 1534 milliseconds