Home
last modified time | relevance | path

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

123

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

123