Searched refs:glDepthFunc (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc192 glDepthFunc(depth_func_);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c152 glDepthFunc(GL_LESS);
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h48 #define glDepthFunc GLES2_GET_FUN(DepthFunc) macro
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c682 &glDepthFunc,
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c682 &glDepthFunc,
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h111 glDepthFunc(depth_func);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestgl.c604 glDepthFunc(GL_LESS);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h524 #define glDepthFunc GLES2_GET_FUN(DepthFunc) macro
673 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java185 public void glDepthFunc(int func) { method in class:GLErrorLogger.ErrorLoggingGL
186 ((GL10)mGL).glDepthFunc(func);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/external/chromium_org/third_party/mesa/src/include/GLES2/
H A Dgl2.h508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java257 glDepthFunc(GL_LEQUAL);
H A DLwjglRenderer.java474 glDepthFunc(GL_LEQUAL);
/external/mesa3d/include/GLES/
H A Dgl.h657 GL_API void GL_APIENTRY glDepthFunc (GLenum func);
/external/mesa3d/include/GLES2/
H A Dgl2.h508 GL_APICALL void GL_APIENTRY glDepthFunc (GLenum func);
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c194 void GL_APIENTRY glDepthFunc(GLenum func) { function
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h66 SDL_PROC_UNUSED(void,glDepthFunc,(GLenum func))
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h832 { "glDepthFunc", reinterpret_cast<GLES2FunctionPointer>(glDepthFunc), },
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglprocs.h300 "glDepthFunc\0"
1714 NAME_FUNC_OFFSET( 2927, glDepthFunc, glDepthFunc, NULL, 245),
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
H A DOGLESShaderRenderer.java453 logger.info("GLES20.glDepthFunc(GLES20.GL_LEQUAL)");
455 GLES20.glDepthFunc(GLES20.GL_LEQUAL);

Completed in 1679 milliseconds

12