Home
last modified time | relevance | path

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

1234

/external/chromium_org/third_party/angle/samples/angle/stencil_operations/
DStencilOperations.cpp157 glStencilFunc(GL_LESS, 0x7, 0x3); in draw()
171 glStencilFunc(GL_GREATER, 0x3, 0x3); in draw()
185 glStencilFunc(GL_EQUAL, 0x1, 0x3); in draw()
200 glStencilFunc(GL_EQUAL, 0x2, 0x1); in draw()
218 glStencilFunc(GL_EQUAL, stencilValues[i], 0xff); in draw()
/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()
Des3fOcclusionQueryTests.cpp279 glStencilFunc (GL_ALWAYS, 1, 0xFF); in iterate()
346 glStencilFunc (GL_EQUAL, 0, 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()
Des3fNegativeFragmentApiTests.cpp87 glStencilFunc(-1, 0, 1); in init()
/external/deqp/framework/egl/
DegluStaticES20Library.inl103 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def263 glStencilFunc = glStencilFunc@12
Dopengl32.def263 glStencilFunc
Dstw_context.c680 &glStencilFunc,
/external/chromium_org/third_party/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp126 return (GrGLFuncPtr) glStencilFunc; in android_get_gl_proc()
320 return (GrGLFuncPtr) glStencilFunc; in android_get_gl_proc()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def263 glStencilFunc = glStencilFunc@12
Dopengl32.def263 glStencilFunc
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp87 glStencilFunc(-1, 0, 1); in init()
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def102 glStencilFunc @100
/external/chromium_org/gpu/skia_bindings/
Dgl_bindings_skia_cmd_buffer.cc86 functions->fStencilFunc = glStencilFunc; in CreateCommandBufferSkiaGLBinding()
/external/skia/src/gpu/gl/iOS/
DGrGLCreateNativeInterface_iOS.cpp74 functions->fStencilFunc = glStencilFunc; in GrGLCreateNativeInterface()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl103 gl->stencilFunc = &glStencilFunc;
DglwInitES30Direct.inl103 gl->stencilFunc = &glStencilFunc;
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp95 functions->fStencilFunc = glStencilFunc; in create_es_interface()
/external/chromium_org/third_party/angle/tests/angle_tests/
DBlitFramebufferANGLETest.cpp694 glStencilFunc(GL_ALWAYS, 0x1, 0xFF); in TEST_F()
719 glStencilFunc(GL_EQUAL, 0x1, 0xFF); // only pass if stencil buffer at pixel reads 0x1 in TEST_F()
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h118 #define glStencilFunc GLES2_GET_FUN(StencilFunc) macro
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp82 ctx.glStencilFunc(-1, 0, 1); in stencil_func()

1234