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

1 2

  /external/mesa3d/src/mesa/main/
depth.h 41 _mesa_ClearDepth( GLclampd depth );
53 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
viewport.h 52 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
58 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd * v);
64 _mesa_DepthRangeIndexed(GLuint index, GLclampd n, GLclampd f);
71 GLclampd nearval, GLclampd farval);
depth.c 42 _mesa_ClearDepth( GLclampd depth )
123 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
viewport.c 237 GLclampd nearval, GLclampd farval)
250 GLclampd nearval, GLclampd farval)
267 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
308 * GLclampd near and far clip-plane values
311 _mesa_DepthRangeArrayv(GLuint first, GLsizei count, const GLclampd *v)
368 _mesa_DepthRangeIndexed(GLuint index, GLclampd nearval, GLclampd farval
    [all...]
clear.c 525 const GLclampd clearSave = ctx->Depth.Clear;
633 const GLclampd clearDepthSave = ctx->Depth.Clear;
dlist.c     [all...]
mtypes.h 526 GLclampd Clear; /**< Value to clear depth buffer to */
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
glwTypes.inl 62 typedef double GLclampd;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
  /external/mesa3d/src/mesa/drivers/common/
meta.h 161 GLclampd DepthNear, DepthFar;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 35 typedef double GLclampd;
697 WINGDIAPI void APIENTRY glClearDepth(GLclampd depth);
746 WINGDIAPI void APIENTRY glDepthRange (GLclampd zNear,GLclampd zFar);
    [all...]
  /external/mesa3d/include/GL/
gl.h 135 typedef double GLclampd; /* double precision float in [0,1] */
844 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
850 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h 167 typedef double GLclampd; /* double precision float in [0,1] */
876 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
882 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 163 typedef double GLclampd; /* double precision float in [0,1] */
872 GLAPI void GLAPIENTRY glClearDepth( GLclampd depth );
878 GLAPI void GLAPIENTRY glDepthRange( GLclampd near_val, GLclampd far_val );
    [all...]
glext.h     [all...]
  /external/mesa3d/prebuilt-intermediates/main/
dispatch.h     [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/swiftshader/include/GL/
glcorearb.h 195 typedef double GLclampd;
    [all...]

Completed in 1568 milliseconds

1 2