Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js138 'stencilFuncSeparate': {4: { 0:true, 1:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp538 void GLContext::stencilFuncSeparate(uint32_t face, uint32_t func, int ref, uint32_t mask) in stencilFuncSeparate() function in sglr::GLContext
H A DsglrReferenceContext.cpp2986 void ReferenceContext::stencilFuncSeparate(uint32_t face, uint32_t func, int ref, uint32_t mask) in stencilFuncSeparate() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h186 PFNGLSTENCILFUNCSEPARATEPROC stencilFuncSeparate = nullptr; variable
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2878 void GLClientState::stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) { in stencilFuncSeparate() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl673 glStencilFuncSeparateFunc stencilFuncSeparate; variable