Searched refs:stencilAttachment (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBufferTest.cpp509 WebGLId stencilAttachment() const { return m_stencilAttachment; } function in class:__anon10597::DepthStencilTrackingContext
598 EXPECT_EQ(trackingContext->stencilAttachment(), trackingContext->depthAttachment());
600 EXPECT_NE(trackingContext->stencilAttachment(), trackingContext->depthAttachment());
602 EXPECT_EQ(0u, trackingContext->stencilAttachment());
611 EXPECT_EQ(trackingContext->stencilAttachment(), trackingContext->depthAttachment());
613 EXPECT_NE(trackingContext->stencilAttachment(), trackingContext->depthAttachment());
615 EXPECT_EQ(0u, trackingContext->stencilAttachment());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DRenderer11.cpp3785 gl::FramebufferAttachment *stencilAttachment = framebuffer->getStencilbuffer(); local
3786 if (stencilAttachment && stencilAttachment->isTexture())
3788 invalidateFBOAttachmentSwizzles(stencilAttachment, framebuffer->getStencilbufferMipLevel());

Completed in 120 milliseconds