Home
last modified time | relevance | path

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

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js141 'stencilOpSeparate': {4: { 0:true, 1:true, 2:true, 3:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp543 void GLContext::stencilOpSeparate(uint32_t face, uint32_t sfail, uint32_t dpfail, uint32_t dppass) in stencilOpSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp3012 void ReferenceContext::stencilOpSeparate(uint32_t face, uint32_t sfail, uint32_t dpfail, uint32_t d… in stencilOpSeparate() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h188 PFNGLSTENCILOPSEPARATEPROC stencilOpSeparate = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl677 glStencilOpSeparateFunc stencilOpSeparate; variable