Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dwebgl.js865 stencilMaskSeparate: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp595 void GLContext::stencilMaskSeparate (deUint32 face, deUint32 mask) in stencilMaskSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp3000 void ReferenceContext::stencilMaskSeparate (deUint32 face, deUint32 mask) in stencilMaskSeparate() function in sglr::ReferenceContext
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h187 PFNGLSTENCILMASKSEPARATEPROC stencilMaskSeparate = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h187 PFNGLSTENCILMASKSEPARATEPROC stencilMaskSeparate = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl671 glStencilMaskSeparateFunc stencilMaskSeparate; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4863 void Context::stencilMaskSeparate(GLenum face, GLuint mask) in stencilMaskSeparate() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5684 void Context::stencilMaskSeparate(GLenum face, GLuint mask) in stencilMaskSeparate() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4895 stencilMaskSeparate(face: GLenum, mask: GLuint): void; method
Dlib.dom.d.ts17926 stencilMaskSeparate(face: GLenum, mask: GLuint): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4875 stencilMaskSeparate(face: GLenum, mask: GLuint): void; method
Ddom.generated.d.ts17906 stencilMaskSeparate(face: GLenum, mask: GLuint): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15102 stencilMaskSeparate(face: number, mask: number): void; method