Searched refs:stencilIndex (Results 1 – 3 of 3) sorted by relevance
268 uint32_t stencilIndex; in onClearStencilClip() local269 SkAssertResult(cbInfo.fRenderPass->stencilAttachmentIndex(&stencilIndex)); in onClearStencilClip()
861 const glw::GLint stencilIndex = GL_STENCIL_INDEX; in test() local863 gl.glTexParameterIiv(m_target, m_pname, &stencilIndex); in test()875 const glw::GLuint stencilIndex = GL_STENCIL_INDEX; in test() local877 gl.glTexParameterIuiv(m_target, m_pname, &stencilIndex); in test()
1742 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local1760 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()1769 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()