Home
last modified time | relevance | path

Searched refs:glStencilFunc (Results 1 – 25 of 53) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fFboStencilbufferTests.cpp108 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render()
120 glStencilFunc(GL_EQUAL, m_useDepth ? 2 : 1, 0xffu); in render()
127 glStencilFunc(GL_GREATER, m_useDepth ? 1 : 2, 0xffu); in render()
205 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render()
217 glStencilFunc(GL_EQUAL, hasDepth ? 2 : 1, 0xffu); in render()
224 glStencilFunc(GL_GREATER, hasDepth ? 1 : 2, 0xffu); in render()
Des3fFboInvalidateTests.cpp157 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
186 glStencilFunc(GL_EQUAL, 1, 0xff); in render()
244 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
278 glStencilFunc(GL_EQUAL, 1, 0xff); in render()
323 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
402 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
506 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
535 glStencilFunc(GL_EQUAL, 1, 0xff); in render()
626 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
753 glStencilFunc (GL_ALWAYS, 1, 0xff); in render()
[all …]
Des3fFboMultisampleTests.cpp146 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render()
215 glStencilFunc(GL_EQUAL, s, 0xffu); in render()
Des3fRasterizerDiscardTests.cpp296 glStencilFunc (GL_NOTEQUAL, 1, 0xFF); in iterate()
354 glStencilFunc (GL_EQUAL, 1, 0xFF); in iterate()
Des3fFramebufferBlitTests.cpp541 glStencilFunc(GL_ALWAYS, 7, 0xffu); in render()
566 glStencilFunc(GL_ALWAYS, 1, 0xffu); in render()
579 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render()
589 glStencilFunc(GL_EQUAL, 6, 0xffu); in render()
Des3fOcclusionQueryTests.cpp279 glStencilFunc (GL_ALWAYS, 1, 0xFF); in iterate()
346 glStencilFunc (GL_EQUAL, 0, 0xFF); in iterate()
Des3fNegativeFragmentApiTests.cpp87 glStencilFunc(-1, 0, 1); in init()
/external/deqp/framework/egl/
DegluStaticES20Library.inl105 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
DegluStaticES30Library.inl181 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def263 glStencilFunc = glStencilFunc@12
Dopengl32.def263 glStencilFunc
Dstw_context.c680 &glStencilFunc,
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp87 glStencilFunc(-1, 0, 1); in init()
Des2fIntegerStateQueryTests.cpp969 glStencilFunc(GL_ALWAYS, ref, 0); // mask should not affect the REF in test()
975 glStencilFunc(GL_ALWAYS, ref, ref); in test()
1142 glStencilFunc(stencilfuncValues[ndx], 0, 0); in test()
1210 glStencilFunc(GL_ALWAYS, 0, mask); in test()
Des2fMultisampleTests.cpp984 GLU_CHECK_CALL(glStencilFunc(GL_ALWAYS, 1, 1)); in iterate()
1009 GLU_CHECK_CALL(glStencilFunc(GL_EQUAL, 1, 1)); in iterate()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp128 return (GrGLFuncPtr) glStencilFunc; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl105 gl->stencilFunc = &glStencilFunc;
DglwInitES30Direct.inl181 gl->stencilFunc = &glStencilFunc;
DglwInitES20.inl105 gl->stencilFunc = (glStencilFuncFunc) loader->get("glStencilFunc");
DglwInitES31Direct.inl242 gl->stencilFunc = &glStencilFunc;
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp82 ctx.glStencilFunc(-1, 0, 1); in stencil_func()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl169 "glStencilFunc",
294 "glStencilFunc",
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp304 void ContextWrapper::glStencilFunc (deUint32 func, int ref, deUint32 mask) in glStencilFunc() function in sglr::ContextWrapper
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def273 glStencilFunc
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java606 public void glStencilFunc(int func, int ref, int mask) { in glStencilFunc() method in GLErrorLogger.ErrorLoggingGL
607 ((GL10)mGL).glStencilFunc(func, ref, mask); in glStencilFunc()

123