Home
last modified time | relevance | path

Searched defs:stencilOpSeparate (Results 1 – 7 of 7) 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.cpp550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2811 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 … 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.inl673 glStencilOpSeparateFunc stencilOpSeparate; variable
/external/skqp/src/gpu/gl/
DGrGLTestInterface.h145 …virtual GrGLvoid stencilOpSeparate(GrGLenum face, GrGLenum fail, GrGLenum zfail, GrGLenum zpass) {} in stencilOpSeparate() function
/external/angle/src/libANGLE/
DContext.cpp5604 void Context::stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) in stencilOpSeparate() function in gl::Context