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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 64 void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 94 void (GLAPIENTRY *GLDispatch::glDepthRange)(GLclampd,GLclampd) = NULL;
330 LOAD_GL_FUNC(glDepthRange);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 58 static void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
  /external/chromium_org/third_party/mesa/src/include/GL/
gl_mangle.h 385 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 385 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl_mangle.h 352 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl_mangle.h 352 #define glDepthRange MANGLE(DepthRange)
    [all...]

Completed in 489 milliseconds