HomeSort by relevance Sort by last modified time
    Searched refs:glClearDepth (Results 1 - 11 of 11) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 67 LOAD_GL_FUNC(glClearDepth);
GLDispatch.h 44 void (GLAPIENTRY *glClearDepth) (GLclampd depth);
GLEScmImp.cpp 375 ctx->dispatcher().glClearDepth(depth);
380 ctx->dispatcher().glClearDepth(X2F(depth));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 276 ::glClearDepth(1);
298 ::glClearDepth(clearDepth);
474 ::glClearDepth(depth);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 140 void (GLAPIENTRY *GLDispatch::glClearDepth)(GLclampd) = NULL;
317 LOAD_GL_FUNC(glClearDepth);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 120 static void (GLAPIENTRY *glClearDepth) (GLclampd depth);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 19 SDL_PROC_UNUSED(void,glClearDepth,(GLclampd))
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 119 #define glClearDepth MANGLE(ClearDepth)
    [all...]
gl.h 870 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 336 ctx->dispatcher().glClearDepth(depth);
    [all...]

Completed in 85 milliseconds