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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 64 void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 138 glDepthRange(start, end);
    [all...]
LwjglRenderer.java 418 glDepthRange(start, end);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 93 void (GLAPIENTRY *GLDispatch::glDepthRange)(GLclampd,GLclampd) = NULL;
329 LOAD_GL_FUNC(glDepthRange);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 58 static void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h 280 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 280 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h 280 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /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...]

Completed in 1066 milliseconds