Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js139 'stencilMaskSeparate': {2: { 0:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp588 void GLContext::stencilMaskSeparate(uint32_t face, uint32_t mask) in stencilMaskSeparate() function in sglr::GLContext
H A DsglrReferenceContext.cpp3170 void ReferenceContext::stencilMaskSeparate(uint32_t face, uint32_t mask) in stencilMaskSeparate() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h187 PFNGLSTENCILMASKSEPARATEPROC stencilMaskSeparate = nullptr; variable
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2892 void GLClientState::stencilMaskSeparate(GLenum face, GLuint mask) { in stencilMaskSeparate() function in gfxstream::guest::GLClientState
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl675 glStencilMaskSeparateFunc stencilMaskSeparate; variable