Home
last modified time | relevance | path

Searched defs:stencilFuncSeparate (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js138 'stencilFuncSeparate': {4: { 0:true, 1:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2807 void ReferenceContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h186 PFNGLSTENCILFUNCSEPARATEPROC stencilFuncSeparate = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl673 glStencilFuncSeparateFunc stencilFuncSeparate; variable