HomeSort by relevance Sort by last modified time
    Searched defs:glClearDepth (Results 1 - 7 of 7) 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 141 void (GLAPIENTRY *GLDispatch::glClearDepth)(GLclampd) = NULL;
318 LOAD_GL_FUNC(glClearDepth);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 120 static void (GLAPIENTRY *glClearDepth) (GLclampd depth);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h 156 #define glClearDepth MANGLE(ClearDepth)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 156 #define glClearDepth MANGLE(ClearDepth)
    [all...]

Completed in 374 milliseconds