Home
last modified time | relevance | path

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

12345

/external/angle/samples/stencil_operations/
DStencilOperations.cpp134 glStencilFunc(GL_LESS, 0x7, 0x3); in draw()
148 glStencilFunc(GL_GREATER, 0x3, 0x3); in draw()
162 glStencilFunc(GL_EQUAL, 0x1, 0x3); in draw()
177 glStencilFunc(GL_EQUAL, 0x2, 0x1); in draw()
195 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.cpp147 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render()
216 glStencilFunc(GL_EQUAL, s, 0xffu); in render()
Des3fRasterizerDiscardTests.cpp296 glStencilFunc (GL_NOTEQUAL, 1, 0xFF); in iterate()
354 glStencilFunc (GL_EQUAL, 1, 0xFF); in iterate()
/external/angle/src/tests/gl_tests/
DBlitFramebufferANGLETest.cpp848 glStencilFunc(GL_ALWAYS, 0x1, 0xFF); in TEST_P()
878 glStencilFunc(GL_EQUAL, 0x1, 0xFF); // only pass if stencil buffer at pixel reads 0x1 in TEST_P()
1300 glStencilFunc(GL_ALWAYS, 0x1, 0xFF); in TEST_P()
1333 glStencilFunc(GL_EQUAL, 0x1, 0xFF); in TEST_P()
1399 glStencilFunc(GL_ALWAYS, 0x2, 0xFF); in TEST_P()
1414 glStencilFunc(GL_EQUAL, 0x1, 0xFF); in TEST_P()
1423 glStencilFunc(GL_EQUAL, 0x2, 0xFF); in TEST_P()
1432 glStencilFunc(GL_EQUAL, 0x10, 0xFF); in TEST_P()
1551 glStencilFunc(GL_ALWAYS, 0x2, 0xFF); in TEST_P()
1607 glStencilFunc(GL_EQUAL, 0x1, 0xFF); in TEST_P()
[all …]
DDepthStencilTest.cpp148 glStencilFunc(GL_EQUAL, 0x1B, 0xFF); in ensureStencilUnaffected()
225 glStencilFunc(GL_ALWAYS, 0x84, 0xFF); in prepareSingleEmulatedWithPacked()
DFramebufferMixedSamplesTest.cpp117 glStencilFunc(GL_EQUAL, 1, 0xffffffff); in prepareForDraw()
/external/deqp/framework/egl/
DegluStaticES20Library.inl105 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
DegluStaticES30Library.inl181 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
DegluStaticES31Library.inl242 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def130 glStencilFunc @128
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt128 glStencilFunc
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def154 glStencilFunc @116
DlibGLES_CM.lds155 glStencilFunc;
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def270 glStencilFunc = glStencilFunc@12
Dosmesa.def273 glStencilFunc
/external/skia/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp91 M(glStencilFunc) in egl_get_gl_proc()
/external/skqp/src/gpu/gl/egl/
DGrGLMakeNativeInterface_egl.cpp91 M(glStencilFunc) in egl_get_gl_proc()
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def263 glStencilFunc = glStencilFunc@12
Dopengl32.def263 glStencilFunc
/external/deqp/modules/gles2/functional/
Des2fNegativeFragmentApiTests.cpp87 glStencilFunc(-1, 0, 1); in init()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def102 glStencilFunc @100
DlibGLESv2.lds103 glStencilFunc;
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt278 glStencilFunc

12345