Home
last modified time | relevance | path

Searched defs:stencilFunc (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp654 void StateManager9::setStencilFuncsFront(GLenum stencilFunc, in setStencilFuncsFront()
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js137 'stencilFunc': {3: { 0:true }}, property
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp819 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs) + 1; stencilFunc++) in init() local
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp30 bool IsStencilNoOp(GLenum stencilFunc, in IsStencilNoOp()
H A Dangletypes.h340 GLenum stencilFunc; member
H A DState.cpp831 void PrivateState::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp819 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs) + 1; stencilFunc++) in init() local
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp498 void GLContext::stencilFunc(uint32_t func, int ref, uint32_t mask) in stencilFunc() function in sglr::GLContext
H A DsglrReferenceContext.cpp2981 void ReferenceContext::stencilFunc(uint32_t func, int ref, uint32_t mask) in stencilFunc() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h69 PFNGLSTENCILFUNCPROC stencilFunc = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl672 glStencilFuncFunc stencilFunc; variable