Searched refs:stencilOpSeparate (Results 1 - 25 of 35) sorted by relevance

12

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl108 gl->stencilOpSeparate = &glStencilOpSeparate;
H A DglwInitES20.inl108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitES30Direct.inl108 gl->stencilOpSeparate = &glStencilOpSeparate;
H A DglwFunctions.inl111 glStencilOpSeparateFunc stencilOpSeparate;
H A DglwInitES30.inl108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitES31.inl108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL30.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL31.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL32.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL33.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL40.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL41.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
H A DglwInitGL42.inl109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl108 dst->stencilOpSeparate = src.stencilOpSeparate;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp116 virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) = DE_NULL;
H A DsglrGLContext.hpp128 virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h190 virtual void stencilOpSeparate(WGC3Denum face, WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp696 stencilOpSeparate,
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp758 stencilOpSeparate,
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl111 gl->stencilOpSeparate = glStencilOpSeparate;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h306 virtual void stencilOpSeparate(WGC3Denum face, WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h282 virtual void stencilOpSeparate(WGC3Denum face,
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl612 void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
H A DWebGLRenderingContextBase.h235 void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);

Completed in 763 milliseconds

12