Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h94 GLint stencilFrontRef; member
DStateManagerGL.cpp3371 get(GL_STENCIL_REF, &state->stencilState.stencilFrontRef); in syncStencilFromNativeContext()
3374 state->stencilState.stencilFrontRef != mStencilFrontRef) in syncStencilFromNativeContext()
3378 mStencilFrontRef = state->stencilState.stencilFrontRef; in syncStencilFromNativeContext()
3456 state->stencilState.stencilFrontRef); in restoreStencilNativeContext()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h345 uint32_t stencilFrontRef, stencilBackRef; member
Dmtl_command_buffer.mm1243 stencilFrontRef = stencilBackRef = 0;
1702 if (mStateCache.stencilFrontRef == frontRef && mStateCache.stencilBackRef == backRef)
1706 mStateCache.stencilFrontRef = frontRef;