Home
last modified time | relevance | path

Searched refs:stencilFrontRef (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h87 GLint stencilFrontRef; member
DStateManagerGL.cpp3002 get(GL_STENCIL_REF, &state->stencilState.stencilFrontRef); in syncStencilFromNativeContext()
3005 state->stencilState.stencilFrontRef != mStencilFrontRef) in syncStencilFromNativeContext()
3009 mStencilFrontRef = state->stencilState.stencilFrontRef; in syncStencilFromNativeContext()
3087 state->stencilState.stencilFrontRef); in restoreStencilNativeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h302 uint32_t stencilFrontRef, stencilBackRef; member
Dmtl_command_buffer.mm996 stencilFrontRef = stencilBackRef = 0;
1402 if (mStateCache.stencilFrontRef == frontRef && mStateCache.stencilBackRef == backRef)
1406 mStateCache.stencilFrontRef = frontRef;