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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 44 void (GLAPIENTRY *glClearDepth) (GLclampd depth);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 140 void (GLAPIENTRY *GLDispatch::glClearDepth)(GLclampd) = NULL;
317 LOAD_GL_FUNC(glClearDepth);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 120 static void (GLAPIENTRY *glClearDepth) (GLclampd depth);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 119 #define glClearDepth MANGLE(ClearDepth)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 119 #define glClearDepth MANGLE(ClearDepth)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 119 #define glClearDepth MANGLE(ClearDepth)
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 168 #define glClearDepth MANGLE(ClearDepth)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 168 #define glClearDepth MANGLE(ClearDepth)
    [all...]

Completed in 291 milliseconds