Searched refs:stencilFunc (Results 1 - 25 of 54) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl103 gl->stencilFunc = &glStencilFunc;
H A DglwInitES20.inl103 gl->stencilFunc = (glStencilFuncFunc) loader->get("glStencilFunc");
H A DglwInitES30Direct.inl103 gl->stencilFunc = &glStencilFunc;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h123 GLenum stencilFunc; member in struct:gl::DepthStencilState
H A DState.cpp75 mDepthStencil.stencilFunc = GL_ALWAYS;
397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) argument
399 mDepthStencil.stencilFunc = stencilFunc;
1215 case GL_STENCIL_FUNC: *params = mDepthStencil.stencilFunc; break;
H A DState.h83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp1040 context.stencilFunc(GL_EQUAL, 1, 0xffffffffu);
1044 context.stencilFunc(GL_EQUAL, 2, 0xffffffffu);
1134 ctx.stencilFunc(GL_ALWAYS, 0, 0xffu);
1146 ctx.stencilFunc(GL_EQUAL, depth ? 2 : 1, 0xffu);
1153 ctx.stencilFunc(GL_GREATER, depth ? 1 : 2, 0xffu);
1280 context.stencilFunc(GL_EQUAL, 1, 0xffu);
1495 context.stencilFunc(GL_EQUAL, 0, 0xffu);
1781 context.stencilFunc(GL_EQUAL, 1, 0xffu);
1961 ctx.stencilFunc(GL_EQUAL, 0, 0xffu);
H A Des2fDepthStencilTests.cpp838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++)
845 bool hasStencilFunc = de::inBounds(stencilFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
849 name << "stencil_" << compareFuncs[stencilFunc].name << "_";
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
H A Des2fStencilTests.cpp241 context.stencilFunc(op.stencilTest, op.stencil, op.stencilMask);
269 context.stencilFunc(GL_EQUAL, value, 0xffffffffu);
H A Des2fDepthStencilClearTests.cpp381 gl.stencilFunc (GL_LEQUAL, s, 0xffu);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp838 for (int stencilFunc = 0; stencilFunc < DE_LENGTH_OF_ARRAY(compareFuncs)+1; stencilFunc++)
845 bool hasStencilFunc = de::inBounds(stencilFunc, 0, DE_LENGTH_OF_ARRAY(compareFuncs));
849 name << "stencil_" << compareFuncs[stencilFunc].name << "_";
873 params.stencil[visible].function = hasStencilFunc ? compareFuncs[stencilFunc].func : 0;
H A Des3fStencilTests.cpp244 context.stencilFunc(op.stencilTest, op.stencil, op.stencilMask);
272 context.stencilFunc(GL_EQUAL, value, 0xffffffffu);
H A Des3fFboRenderTest.cpp576 context.stencilFunc(GL_EQUAL, 1, 0xffu);
582 context.stencilFunc(GL_EQUAL, 2, 0xffu);
714 context.stencilFunc(GL_EQUAL, 1, 0xffu);
942 context.stencilFunc(GL_EQUAL, 0, 0xffu);
1228 context.stencilFunc(GL_EQUAL, 1, 0xffu);
1417 ctx.stencilFunc(GL_EQUAL, 0, 0xffu);
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl103 dst->stencilFunc = src.stencilFunc;
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeTests.cpp262 gl.stencilFunc(GL_LEQUAL, 0, 0);
986 gl.stencilFunc(GL_LEQUAL, 0, 0);
1051 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1053 gl.stencilFunc(GL_GEQUAL, 0, 0x00);
1094 gl.stencilFunc(GL_LEQUAL, 0, 0);
H A Des2pRedundantStateChangeTests.cpp243 gl.stencilFunc(GL_LEQUAL, 0, 0);
887 gl.stencilFunc(GL_LEQUAL, 0, 0);
946 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
985 gl.stencilFunc(GL_LEQUAL, 0, 0);
H A Des2pStateChangeCallTests.cpp525 stencilFunc,
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeTests.cpp262 gl.stencilFunc(GL_LEQUAL, 0, 0);
1070 gl.stencilFunc(GL_LEQUAL, 0, 0);
1135 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1137 gl.stencilFunc(GL_GEQUAL, 0, 0x00);
1178 gl.stencilFunc(GL_LEQUAL, 0, 0);
H A Des3pRedundantStateChangeTests.cpp243 gl.stencilFunc(GL_LEQUAL, 0, 0);
961 gl.stencilFunc(GL_LEQUAL, 0, 0);
1020 gl.stencilFunc(GL_LEQUAL, 0, 0xFF);
1059 gl.stencilFunc(GL_LEQUAL, 0, 0);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp113 virtual void stencilFunc (deUint32 func, int ref, deUint32 mask) = DE_NULL;
H A DsglrContextWrapper.cpp306 m_curCtx->stencilFunc(func, ref, mask);
H A DsglrGLContext.hpp125 virtual void stencilFunc (deUint32 func, int ref, deUint32 mask);
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp450 gl.stencilFunc(GL_EQUAL, 123, ~0u);
823 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h185 virtual void stencilFunc(WGC3Denum func, WGC3Dint ref, WGC3Duint mask) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderStateCache.cpp338 dsDesc.FrontFace.StencilFunc = gl_d3d11::ConvertComparison(dsState.stencilFunc);

Completed in 260 milliseconds

123