Searched refs:setPixStencil (Results 1 - 13 of 13) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp188 effectiveDst.setPixStencil(effectiveSrc.getPixStencil(0, x, y), x, y);
H A DrrFragmentOperations.cpp141 stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (SFAIL_EXPRESSION), stencilState.writeMask), fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
277 stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (EXPRESSION), stencilState.writeMask), fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp478 rowAccess.setPixStencil(newVal, x, 0);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp481 rowAccess.setPixStencil(newVal, x, 0);
/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1303 dst.setPixStencil(src.getPixStencil(ndx, 0, 0), ndx, 0, 0);
1585 m_testCtx.getLog() << TestLog::Message << "Copying both depth getPixStencil() -> setPixStencil()" << TestLog::EndMessage;
1653 m_testCtx.getLog() << TestLog::Message << "Verifying that clearing stencil component with setPixStencil() doesn't affect depth" << TestLog::EndMessage;
1657 tmpAccess.setPixStencil(0, ndx, 0, 0);
/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp193 dst.setPixStencil(newVal, x, y);
/external/deqp/framework/common/
H A DtcuTexture.hpp398 void setPixStencil (int stencil, int x, int y, int z = 0) const;
H A DtcuTextureUtil.cpp1077 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);
H A DtcuTexture.cpp1538 void PixelBufferAccess::setPixStencil (int stencil, int x, int y, int z) const function in class:tcu::PixelBufferAccess
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp315 pixels.setPixStencil(clearValue.depthStencil.stencil, x, y, z);
324 pixels.setPixStencil(clearValue.depthStencil.stencil, x, y, z);
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3348 stencilAccess.setPixStencil(0xFFu, x, y);
3350 stencilAccess.setPixStencil(0x0u, x, y);
3353 stencilAccess.setPixStencil(((x / 3) % 2) == ((y / 3) % 2) ? 85 : 170, x, y);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiCopiesAndBlittingTests.cpp392 buffer.setPixStencil(255, x, y, z);
403 buffer.setPixStencil((int)redColor[3], x, y, z);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp984 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z);

Completed in 268 milliseconds