HomeSort by relevance Sort by last modified time
    Searched refs:glDepthRange (Results 1 - 25 of 30) sorted by null

1 2

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 87 LOAD_GL_FUNC(glDepthRange);
GLDispatch.h 64 void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
GLEScmImp.cpp 524 ctx->dispatcher().glDepthRange(zNear,zFar);
529 ctx->dispatcher().glDepthRange(X2F(zNear),X2F(zFar));
    [all...]
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 364 glDepthRange(depth_rage_[0], depth_rage_[1]);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 725 &glDepthRange,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 725 &glDepthRange,
  /external/chromium_org/gpu/command_buffer/service/
context_state_impl_autogen.h 195 glDepthRange(z_near, z_far);
278 glDepthRange(z_near, z_far);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
rastpos.c 461 glDepthRange( z, z );
  /external/mesa3d/src/mesa/main/
rastpos.c 461 glDepthRange( z, z );
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 94 void (GLAPIENTRY *GLDispatch::glDepthRange)(GLclampd,GLclampd) = NULL;
330 LOAD_GL_FUNC(glDepthRange);
  /external/deqp/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 52 gl->depthRange = glDepthRange;
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 58 static void (GLAPIENTRY *glDepthRange) (GLclampd zNear, GLclampd zFar);
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 527 m_wrapper->glDepthRange(n, f);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 68 SDL_PROC_UNUSED(void,glDepthRange,(GLclampd zNear, GLclampd zFar))
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glprocs.h 343 "glDepthRange\0"
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 746 WINGDIAPI void APIENTRY glDepthRange (GLclampd zNear,GLclampd zFar);
    [all...]
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 52 void glDepthRange (glw::GLdouble near, glw::GLdouble far);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwApi.inl 52 #define glDepthRange glwDepthRange
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h 879 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
gl_mangle.h 385 #define glDepthRange MANGLE(DepthRange)
    [all...]
  /external/mesa3d/include/GL/
gl.h 878 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
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.h 882 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
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.h 882 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]

Completed in 771 milliseconds

1 2