Home
last modified time | relevance | path

Searched refs:glDepthFunc (Results 1 – 25 of 84) sorted by relevance

1234

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp201 glDepthFunc(GL_ALWAYS); in render()
208 glDepthFunc(GL_LESS); // (1 < depth) ? in render()
213 glDepthFunc(GL_GREATER); // (0 > depth) ? in render()
287 glDepthFunc(GL_ALWAYS); in render()
293 glDepthFunc(GL_EQUAL); in render()
Des3fFboMultisampleTests.cpp144 glDepthFunc(GL_ALWAYS); in render()
184 glDepthFunc(GL_LESS); in render()
Des3fFboInvalidateTests.cpp180 glDepthFunc(GL_ALWAYS); in render()
272 glDepthFunc(GL_ALWAYS); in render()
529 glDepthFunc(GL_ALWAYS); in render()
783 glDepthFunc(GL_ALWAYS); in render()
1168 glDepthFunc(GL_ALWAYS); in render()
1295 glDepthFunc(GL_ALWAYS); in render()
Des3fNegativeFragmentApiTests.cpp66 glDepthFunc(-1); in init()
/external/deqp/modules/gles2/functional/
Des2fDepthRangeTests.cpp195 glDepthFunc(GL_ALWAYS); in iterate()
217 glDepthFunc(m_compareFunc); in iterate()
337 glDepthFunc(GL_ALWAYS); in iterate()
347 glDepthFunc(GL_LEQUAL); in iterate()
Des2fNegativeFragmentApiTests.cpp66 glDepthFunc(-1); in init()
/external/deqp/framework/egl/
DegluStaticES20Library.inl38 { "glDepthFunc", (deFunctionPtr)glDepthFunc },
/external/chromium_org/third_party/angle/tests/angle_tests/
DClearTest.cpp69 glDepthFunc(GL_LEQUAL); in TEST_F()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def69 glDepthFunc = glDepthFunc@4
Dopengl32.def69 glDepthFunc
Dstw_context.c682 &glDepthFunc,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def69 glDepthFunc = glDepthFunc@4
Dopengl32.def69 glDepthFunc
Dstw_context.c682 &glDepthFunc,
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.def37 glDepthFunc @36
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
Datlantis.c152 glDepthFunc(GL_LESS); in Atlantis_Init()
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
Datlantis.c152 glDepthFunc(GL_LESS); in Atlantis_Init()
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
Datlantis.c152 glDepthFunc(GL_LESS); in Atlantis_Init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl38 gl->depthFunc = &glDepthFunc;
DglwInitES30Direct.inl38 gl->depthFunc = &glDepthFunc;
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h50 #define glDepthFunc GLES2_GET_FUN(DepthFunc) macro
/external/deqp/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp61 ctx.glDepthFunc(-1); in depth_func()
/external/chromium_org/gpu/command_buffer/service/
Dcontext_state_impl_autogen.h223 glDepthFunc(depth_func); in InitState()
327 glDepthFunc(depth_func); in InitState()
/external/chromium_org/android_webview/browser/
Dscoped_app_gl_state_restore.cc365 glDepthFunc(depth_func_); in ~ScopedAppGLStateRestoreImpl()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp314 void ContextWrapper::glDepthFunc (deUint32 func) in glDepthFunc() function in sglr::ContextWrapper

1234