/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 108 gl->stencilOpSeparate = &glStencilOpSeparate;
|
D | glwInitES30Direct.inl | 108 gl->stencilOpSeparate = &glStencilOpSeparate;
|
D | glwInitES20.inl | 108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwFunctions.inl | 111 glStencilOpSeparateFunc stencilOpSeparate; variable
|
D | glwInitES30.inl | 108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitGL31.inl | 109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitGL30.inl | 109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitGL32.inl | 109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitES31.inl | 108 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitGL33.inl | 109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
D | glwInitGL40.inl | 109 gl->stencilOpSeparate = (glStencilOpSeparateFunc) loader->get("glStencilOpSeparate");
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 108 dst->stencilOpSeparate = src.stencilOpSeparate;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 128 …virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dpp…
|
D | sglrContext.hpp | 116 …virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass)…
|
D | sglrReferenceContext.hpp | 674 …virtual void stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass…
|
D | sglrGLContext.cpp | 550 void GLContext::stencilOpSeparate (deUint32 face, deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOpSeparate() function in sglr::GLContext
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 696 stencilOpSeparate, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 758 stencilOpSeparate, in init()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
D | MockWebGraphicsContext3D.h | 191 …virtual void stencilOpSeparate(WGC3Denum face, WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) {… in stencilOpSeparate() function
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 245 ctx.stencilOpSeparate(glFace, sParams.stencilFailOp, sParams.depthFailOp, sParams.depthPassOp); in setRenderState()
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.h | 274 virtual void stencilOpSeparate(WGC3Denum face, in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_impl.cc | 598 DELEGATE_TO_GL_4(stencilOpSeparate, StencilOpSeparate,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 312 …virtual void stencilOpSeparate(WGC3Denum face, WGC3Denum fail, WGC3Denum zfail, WGC3Denum zpass) =…
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 111 gl->stencilOpSeparate = glStencilOpSeparate;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContextBase.h | 234 void stencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
|