HomeSort by relevance Sort by last modified time
    Searched refs:Driver (Results 101 - 125 of 428) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common.c 6 initial release of the Radeon 8500 driver under the XFree86 license.
221 * many places within the driver.
291 if (ctx->Driver.Enable != NULL)
292 ctx->Driver.Enable(ctx, GL_STENCIL_TEST, ctx->Stencil.Enabled);
300 if (ctx->Driver.FrontFace)
301 ctx->Driver.FrontFace(ctx, ctx->Polygon.FrontFace);
308 if (ctx->Driver.Enable) {
309 ctx->Driver.Enable(ctx, GL_DEPTH_TEST,
312 ctx->Driver.Enable(ctx, GL_STENCIL_TEST,
324 if (ctx->Driver.Viewport)
    [all...]
radeon_fbo.c 537 if (ctx->Driver.Flush)
538 ctx->Driver.Flush(ctx); /* +r6/r7 */
582 if (ctx->Driver.Flush)
583 ctx->Driver.Flush(ctx); /* +r6/r7 */
753 if (ctx->Driver.Flush)
754 ctx->Driver.Flush(ctx); /* +r6/r7 */
910 if (ctx->Driver.Flush)
911 ctx->Driver.Flush(ctx); /* +r6/r7 */
950 radeon->glCtx->Driver.NewFramebuffer = radeon_new_framebuffer;
951 radeon->glCtx->Driver.NewRenderbuffer = radeon_new_renderbuffer
    [all...]
radeon_span.c 8 initial release of the Radeon 8500 driver under the XFree86 license.
64 ctx->Driver.MapRenderbuffer(ctx, rb, 0, 0, rb->Width, rb->Height,
81 ctx->Driver.UnmapRenderbuffer(ctx, rb);
  /external/mesa3d/src/mesa/main/
texgetimage.c 95 ctx->Driver.MapTextureImage(ctx, texImage, img,
109 ctx->Driver.UnmapTextureImage(ctx, texImage, img);
139 ctx->Driver.MapTextureImage(ctx, texImage, img,
156 ctx->Driver.UnmapTextureImage(ctx, texImage, img);
184 ctx->Driver.MapTextureImage(ctx, texImage, img,
209 ctx->Driver.UnmapTextureImage(ctx, texImage, img);
253 ctx->Driver.MapTextureImage(ctx, texImage, 0,
261 ctx->Driver.UnmapTextureImage(ctx, texImage, 0);
377 ctx->Driver.MapTextureImage(ctx, texImage, img,
411 ctx->Driver.UnmapTextureImage(ctx, texImage, img)
    [all...]
arrayobj.c 152 ASSERT(ctx->Driver.DeleteArrayObject);
153 ctx->Driver.DeleteArrayObject(ctx, oldObj);
371 newObj = (*ctx->Driver.NewArrayObject)(ctx, id);
395 /* Pass BindVertexArray call to device driver */
396 if (ctx->Driver.BindArrayObject && newObj)
397 ctx->Driver.BindArrayObject(ctx, newObj);
505 obj = (*ctx->Driver.NewArrayObject)( ctx, name );
clear.c 71 * change, flushes the vertices and notifies the driver via the
147 * etc. If the rasterization mode is set to GL_RENDER then requests the driver
204 /* Build the bitmask to send to device driver's Clear function.
232 ASSERT(ctx->Driver.Clear);
233 ctx->Driver.Clear(ctx, bufferMask);
335 * XXX in the future we may have a new ctx->Driver.ClearBuffer()
340 ctx->Driver.Clear(ctx, BUFFER_BIT_STENCIL);
360 ctx->Driver.Clear(ctx, mask);
426 ctx->Driver.Clear(ctx, mask);
498 * XXX in the future we may have a new ctx->Driver.ClearBuffer(
    [all...]
drawtex.c 53 ASSERT(ctx->Driver.DrawTex);
54 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
points.c 60 if (ctx->Driver.PointSize)
61 ctx->Driver.PointSize(ctx, size);
221 if (ctx->Driver.PointParameterfv)
222 (*ctx->Driver.PointParameterfv)(ctx, pname, params);
  /external/mesa3d/src/mesa/swrast/
s_context.h 39 * by the device driver.
201 /** Driver interface:
203 struct swrast_device_driver Driver;
345 * driver's opportunity to map renderbuffers and textures.
351 if (swrast->Driver.SpanRenderStart)
352 swrast->Driver.SpanRenderStart(ctx);
361 if (swrast->Driver.SpanRenderFinish)
362 swrast->Driver.SpanRenderFinish(ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_save_loopback.c 153 ctx->Driver.CurrentExecPrimitive |= VBO_SAVE_PRIM_WEAK;
155 ctx->Driver.CurrentExecPrimitive &= ~VBO_SAVE_PRIM_WEAK;
184 (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END))
vbo_save_draw.c 73 ctx->Driver.GetBufferSubData( ctx, offset,
122 ctx->Driver.CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END;
124 ctx->Driver.CurrentExecPrimitive = prim->mode;
234 ctx->Driver.MapBufferRange(ctx, 0,
247 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj);
280 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END &&
  /external/mesa3d/src/mesa/vbo/
vbo_save_loopback.c 153 ctx->Driver.CurrentExecPrimitive |= VBO_SAVE_PRIM_WEAK;
155 ctx->Driver.CurrentExecPrimitive &= ~VBO_SAVE_PRIM_WEAK;
184 (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END))
vbo_save_draw.c 73 ctx->Driver.GetBufferSubData( ctx, offset,
122 ctx->Driver.CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END;
124 ctx->Driver.CurrentExecPrimitive = prim->mode;
234 ctx->Driver.MapBufferRange(ctx, 0,
247 ctx->Driver.UnmapBuffer(ctx, list->vertex_store->bufferobj);
280 if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END &&
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
arrayobj.c 152 ASSERT(ctx->Driver.DeleteArrayObject);
153 ctx->Driver.DeleteArrayObject(ctx, oldObj);
371 newObj = (*ctx->Driver.NewArrayObject)(ctx, id);
395 /* Pass BindVertexArray call to device driver */
396 if (ctx->Driver.BindArrayObject && newObj)
397 ctx->Driver.BindArrayObject(ctx, newObj);
505 obj = (*ctx->Driver.NewArrayObject)( ctx, name );
clear.c 71 * change, flushes the vertices and notifies the driver via the
147 * etc. If the rasterization mode is set to GL_RENDER then requests the driver
204 /* Build the bitmask to send to device driver's Clear function.
232 ASSERT(ctx->Driver.Clear);
233 ctx->Driver.Clear(ctx, bufferMask);
335 * XXX in the future we may have a new ctx->Driver.ClearBuffer()
340 ctx->Driver.Clear(ctx, BUFFER_BIT_STENCIL);
360 ctx->Driver.Clear(ctx, mask);
426 ctx->Driver.Clear(ctx, mask);
498 * XXX in the future we may have a new ctx->Driver.ClearBuffer(
    [all...]
drawtex.c 53 ASSERT(ctx->Driver.DrawTex);
54 ctx->Driver.DrawTex(ctx, x, y, z, width, height);
points.c 60 if (ctx->Driver.PointSize)
61 ctx->Driver.PointSize(ctx, size);
221 if (ctx->Driver.PointParameterfv)
222 (*ctx->Driver.PointParameterfv)(ctx, pname, params);
state.c 91 * to the current/active programs. Then call ctx->Driver.BindProgram() to
92 * tell the driver which programs to use.
207 /* Let the driver know what's happening:
211 if (ctx->Driver.BindProgram) {
212 ctx->Driver.BindProgram(ctx, GL_FRAGMENT_PROGRAM_ARB,
219 if (ctx->Driver.BindProgram) {
220 ctx->Driver.BindProgram(ctx, MESA_GEOMETRY_PROGRAM,
227 if (ctx->Driver.BindProgram) {
228 ctx->Driver.BindProgram(ctx, GL_VERTEX_PROGRAM_ARB,
284 /* Compute scale and bias values. This is really driver-specifi
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_span.c 8 initial release of the Radeon 8500 driver under the XFree86 license.
64 ctx->Driver.MapRenderbuffer(ctx, rb, 0, 0, rb->Width, rb->Height,
81 ctx->Driver.UnmapRenderbuffer(ctx, rb);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toplevel.ml 2 * Top-Level parsing and JIT Driver
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
263 tnl->Driver.Render.Line = swsetup_line;
264 tnl->Driver.Render.Points = swsetup_points;
  /external/clang/include/clang/Driver/
ToolChain.h 13 #include "clang/Driver/Action.h"
14 #include "clang/Driver/Multilib.h"
15 #include "clang/Driver/Types.h"
16 #include "clang/Driver/Util.h"
34 namespace driver { namespace in namespace:clang
36 class Driver;
57 const Driver &D;
82 ToolChain(const Driver &D, const llvm::Triple &T,
111 const Driver &getDriver() const;
169 /// the driver on a specific platform
    [all...]
  /external/clang/include/clang/
Makefile 2 DIRS := AST Basic Driver Parse Sema Serialization
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
263 tnl->Driver.Render.Line = swsetup_line;
264 tnl->Driver.Render.Points = swsetup_points;

Completed in 702 milliseconds

1 2 3 45 6 7 8 91011>>