Home
last modified time | relevance | path

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

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