Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h87 GLint stencilFrontRef; member
DStateManagerGL.cpp2995 get(GL_STENCIL_REF, &state->stencilState.stencilFrontRef); in syncStencilFromNativeContext()
2998 state->stencilState.stencilFrontRef != mStencilFrontRef) in syncStencilFromNativeContext()
3002 mStencilFrontRef = state->stencilState.stencilFrontRef; in syncStencilFromNativeContext()
3080 state->stencilState.stencilFrontRef); in restoreStencilNativeContext()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_command_buffer.h297 uint32_t stencilFrontRef, stencilBackRef; member
Dmtl_command_buffer.mm992 stencilFrontRef = stencilBackRef = 0;
1398 if (mStateCache.stencilFrontRef == frontRef && mStateCache.stencilBackRef == backRef)
1402 mStateCache.stencilFrontRef = frontRef;