/external/deqp/modules/gles3/functional/ |
D | es3fFboStencilbufferTests.cpp | 108 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()
|
D | es3fFboInvalidateTests.cpp | 157 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 …]
|
D | es3fFboMultisampleTests.cpp | 147 glStencilFunc(GL_ALWAYS, 0, 0xffu); in render() 216 glStencilFunc(GL_EQUAL, s, 0xffu); in render()
|
D | es3fRasterizerDiscardTests.cpp | 296 glStencilFunc (GL_NOTEQUAL, 1, 0xFF); in iterate() 354 glStencilFunc (GL_EQUAL, 1, 0xFF); in iterate()
|
D | es3fFramebufferBlitTests.cpp | 541 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()
|
D | es3fOcclusionQueryTests.cpp | 279 glStencilFunc (GL_ALWAYS, 1, 0xFF); in iterate() 346 glStencilFunc (GL_EQUAL, 0, 0xFF); in iterate()
|
D | es3fNegativeFragmentApiTests.cpp | 87 glStencilFunc(-1, 0, 1); in init()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 105 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
|
D | egluStaticES30Library.inl | 181 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
|
D | egluStaticES31Library.inl | 242 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
|
D | egluStaticES32Library.inl | 281 { "glStencilFunc", (deFunctionPtr)glStencilFunc },
|
/external/mesa3d/src/mapi/es1api/ |
D | ABI-check | 158 glStencilFunc
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 270 glStencilFunc = glStencilFunc@12
|
D | osmesa.def | 273 glStencilFunc
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 154 glStencilFunc @116
|
D | libGLES_CM.lds | 155 glStencilFunc;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | opengl32.mingw.def | 263 glStencilFunc = glStencilFunc@12
|
D | opengl32.def | 263 glStencilFunc
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 91 M(glStencilFunc) in egl_get_gl_proc()
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 91 M(glStencilFunc) in egl_get_gl_proc()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 87 glStencilFunc(-1, 0, 1); in init()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 102 glStencilFunc @100
|
D | libGLESv2.lds | 103 glStencilFunc;
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 310 glStencilFunc
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 105 gl->stencilFunc = &glStencilFunc;
|