Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrGLContext.cpp550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate() function in sglr::GLContext
DsglrReferenceContext.cpp2832 void ReferenceContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 … in stencilOpSeparate() function in sglr::ReferenceContext
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl.js874 stencilOpSeparate: function (...args) { method
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h188 PFNGLSTENCILOPSEPARATEPROC stencilOpSeparate = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h188 PFNGLSTENCILOPSEPARATEPROC stencilOpSeparate = nullptr; variable
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl677 glStencilOpSeparateFunc stencilOpSeparate; variable
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp4878 void Context::stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) in stencilOpSeparate() function in gl::Context
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5699 void Context::stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass) in stencilOpSeparate() function in gl::Context
/third_party/typescript/lib/
Dlib.webworker.d.ts4897 stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void; method
Dlib.dom.d.ts17928 stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts4877 stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void; method
Ddom.generated.d.ts17908 stencilOpSeparate(face: GLenum, fail: GLenum, zfail: GLenum, zpass: GLenum): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts15104 stencilOpSeparate(face: number, fail: number, zfail: number, zpass: number): void; method