Searched refs:stencilIndex (Results 1 – 4 of 4) sorted by relevance
395 uint32_t stencilIndex; in onClearStencilClip() local396 SkAssertResult(cbInfo.fRenderPass->stencilAttachmentIndex(&stencilIndex)); in onClearStencilClip()
398 uint32_t stencilIndex; in onClearStencilClip() local399 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()
1878 const size_t stencilIndex = renderInfo.getSubpassIndex(); in createSubpassPipeline() local1909 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()1918 ((stencilIndex % 2) == 0) ? ~0x0u : 0x0u // stencilReference in createSubpassPipeline()