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

1 2

  /external/mesa3d/src/mesa/main/
depth.h 44 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
viewport.h 44 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
depth.c 42 _mesa_ClearDepth( GLclampd depth )
132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
viewport.c 116 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
clear.c 501 const GLclampd clearSave = ctx->Depth.Clear;
605 const GLclampd clearDepthSave = ctx->Depth.Clear;
dd.h 471 void (*DepthRange)(struct gl_context *ctx, GLclampd nearval, GLclampd farval);
    [all...]
mtypes.h 835 GLclampd Clear; /**< Value to clear depth buffer to */
    [all...]
dlist.c     [all...]
  /external/deqp/framework/opengl/wrapper/
glwDefs.cpp 47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
glwTypes.inl 62 typedef double GLclampd;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_state.c 110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval)
  /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/dri/i915/
i830_state.c 465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval)
    [all...]
i915_state.c 437 i915DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval)
    [all...]
  /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/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 18 typedef double GLclampd;
  /external/mesa3d/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...]
  /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...]
  /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/src/mesa/drivers/dri/r200/
r200_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 262 typedef double GLclampd;
831 GLAPI void GLAPIENTRY glClearDepth (GLclampd depth);
880 GLAPI void GLAPIENTRY glDepthRange (GLclampd zNear, GLclampd zFar);
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 108 typedef double GLclampd;
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]

Completed in 466 milliseconds

1 2