Searched refs:GLclampd (Results 1 - 25 of 52) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddepth.h44 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
H A Dviewport.h44 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
H A Ddepth.c42 _mesa_ClearDepth( GLclampd depth )
132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
H A Dviewport.c116 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
H A Dclear.c501 const GLclampd clearSave = ctx->Depth.Clear;
605 const GLclampd clearDepthSave = ctx->Depth.Clear;
/external/mesa3d/src/mesa/main/
H A Ddepth.h44 _mesa_ClearDepth( GLclampd depth );
56 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax );
H A Dviewport.h44 _mesa_DepthRange(GLclampd nearval, GLclampd farval);
H A Ddepth.c42 _mesa_ClearDepth( GLclampd depth )
132 _mesa_DepthBoundsEXT( GLclampd zmin, GLclampd zmax )
H A Dviewport.c116 _mesa_DepthRange(GLclampd nearval, GLclampd farval)
H A Dclear.c501 const GLclampd clearSave = ctx->Depth.Clear;
605 const GLclampd clearDepthSave = ctx->Depth.Clear;
/external/chromium_org/ui/gl/
H A Dgl_implementation_ozone.cc20 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
24 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
25 GLclampd z_far) {
H A Dgl_implementation_android.cc23 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
27 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
28 GLclampd z_far) {
H A Dgl_implementation_x11.cc25 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
29 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
30 GLclampd z_far) {
H A Dgl_implementation_win.cc38 void GL_BINDING_CALL MarshalClearDepthToClearDepthf(GLclampd depth) {
42 void GL_BINDING_CALL MarshalDepthRangeToDepthRangef(GLclampd z_near,
43 GLclampd z_far) {
/external/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp47 DE_STATIC_ASSERT(sizeof(GLclampd) == 8);
H A DglwTypes.inl62 typedef double GLclampd;
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h40 typedef double GLclampd; typedef
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c110 nouveau_depth_range(struct gl_context *ctx, GLclampd nearval, GLclampd farval)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h258 void (GLAPIENTRY * ClearDepth)(GLclampd);
338 void (GLAPIENTRY * DepthRange)(GLclampd, GLclampd);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h19 SDL_PROC_UNUSED(void,glClearDepth,(GLclampd))
68 SDL_PROC_UNUSED(void,glDepthRange,(GLclampd zNear, GLclampd zFar))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval)
H A Di915_state.c437 i915DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c465 i830DepthRange(struct gl_context * ctx, GLclampd nearval, GLclampd farval)

Completed in 509 milliseconds

123