Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp545 void GLContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2807 void ReferenceContext::stencilFuncSeparate (deUint32 face, deUint32 func, int ref, deUint32 mask) in stencilFuncSeparate() function in sglr::ReferenceContext
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js857 stencilFuncSeparate: function (...args) { method
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h186 PFNGLSTENCILFUNCSEPARATEPROC stencilFuncSeparate = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl673 glStencilFuncSeparateFunc stencilFuncSeparate; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5668 void Context::stencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) in stencilFuncSeparate() function in gl::Context
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5005 stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void; method
Ddom.generated.d.ts16252 stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void; method
/third_party/typescript/lib/
Dlib.webworker.d.ts5025 stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void; method
Dlib.dom.d.ts16272 stencilFuncSeparate(face: GLenum, func: GLenum, ref: GLint, mask: GLuint): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15100 stencilFuncSeparate(face: number, func: number, ref: number, mask: number): void; method