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

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/mesa/vbo/
vbo_save_api.c 198 vertex_store->bufferobj = ctx->Driver.NewBufferObject(ctx,
203 !ctx->Driver.BufferData(ctx,
248 (GLfloat *) ctx->Driver.MapBufferRange(ctx, 0,
267 ctx->Driver.UnmapBuffer(ctx, vertex_store->bufferobj);
824 ctx->Driver.SaveNeedFlush = 0;
895 * ctx->Driver.CurrentSavePrimitive is already taken care of.
923 ctx->Driver.SaveNeedFlush = 1;
935 ctx->Driver.CurrentSavePrimitive = PRIM_OUTSIDE_BEGIN_END;
1164 curPrim = ctx->Driver.CurrentSavePrimitive;
    [all...]
vbo_exec_array.c 102 indices = ctx->Driver.MapBufferRange(ctx, (GLintptr) indices, size,
179 ctx->Driver.UnmapBuffer(ctx, ib->obj);
234 ctx->Driver.MapBufferRange(ctx, 0, array->BufferObj->Size,
276 ctx->Driver.UnmapBuffer(ctx, array->BufferObj);
294 elemMap = ctx->Driver.MapBufferRange(ctx, 0,
326 ctx->Driver.UnmapBuffer(ctx, ctx->Array.ArrayObj->ElementArrayBufferObj);
375 GLubyte *p = ctx->Driver.MapBufferRange(ctx, 0, bufObj->Size,
388 ctx->Driver.UnmapBuffer(ctx, bufObj);
569 /* Call driver directly for draw_prims */
747 ctx->Driver.MapBufferRange(ctx, 0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 78 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size,
296 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 94 ctx->Driver.Flush(ctx);
172 ctx->Driver.Flush(ctx);
radeon_buffer_objects.c 81 * Called via ctx->Driver.BufferData().
184 ctx->Driver.Flush(ctx);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fog.c 194 if (ctx->Driver.Fogfv) {
195 (*ctx->Driver.Fogfv)( ctx, pname, params );
getstring.c 112 /* this is a required driver function */
113 assert(ctx->Driver.GetString);
115 /* Give the driver the chance to handle this query */
116 const GLubyte *str = (*ctx->Driver.GetString)(ctx, name);
light.c 58 if (ctx->Driver.ShadeModel)
59 ctx->Driver.ShadeModel( ctx, mode );
194 if (ctx->Driver.Lightfv)
195 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params );
509 if (ctx->Driver.LightModelfv)
510 ctx->Driver.LightModelfv( ctx, pname, params );
758 if (ctx->Driver.ColorMaterial)
759 ctx->Driver.ColorMaterial( ctx, face, mode );
1076 if (ctx->Driver.LightingSpaceChange)
1077 ctx->Driver.LightingSpaceChange( ctx )
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_clear.c 68 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
166 ctx->Driver.UnmapRenderbuffer(ctx, rb);
172 * This function is usually only called if the device driver can't
196 * Called via the device driver's ctx->Driver.Clear() function if the
197 * device driver can't clear one or more of the buffers itself.
s_renderbuffer.c 49 * Other buffers (like software accumulation and aux buffers) which the driver
215 * ctx->Driver.NewRenderbuffer() function when the user creates a new
270 rb = ctx->Driver.NewRenderbuffer(ctx, 0);
572 ctx->Driver.MapTextureImage(ctx, texImage, slice,
580 ctx->Driver.MapRenderbuffer(ctx, rb,
606 ctx->Driver.UnmapTextureImage(ctx, texImage, slice);
611 ctx->Driver.UnmapRenderbuffer(ctx, rb);
s_context.c 768 swrast->Driver.SpanRenderStart = _swrast_span_render_start;
769 swrast->Driver.SpanRenderFinish = _swrast_span_render_finish;
851 return &swrast->Driver;
876 /** called via swrast->Driver.SpanRenderStart() */
885 /** called via swrast->Driver.SpanRenderFinish() */
898 if (swrast->Driver.SpanRenderStart)
899 swrast->Driver.SpanRenderStart( ctx );
910 if (swrast->Driver.SpanRenderFinish)
911 swrast->Driver.SpanRenderFinish( ctx );
  /external/llvm/test/Bindings/Ocaml/
ipo_opts.ml 68 (*===-- Driver ------------------------------------------------------------===*)
linker.ml 60 (*===-- Driver ------------------------------------------------------------===*)
scalar_opts.ml 83 (*===-- Driver ------------------------------------------------------------===*)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_bitmap.c 78 buf = (GLubyte *) ctx->Driver.MapBufferRange(ctx, 0, unpack->BufferObj->Size,
296 ctx->Driver.UnmapBuffer(ctx, unpack->BufferObj);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_queryobj.c 94 ctx->Driver.Flush(ctx);
172 ctx->Driver.Flush(ctx);
  /external/mesa3d/src/mesa/main/
fog.c 194 if (ctx->Driver.Fogfv) {
195 (*ctx->Driver.Fogfv)( ctx, pname, params );
getstring.c 112 /* this is a required driver function */
113 assert(ctx->Driver.GetString);
115 /* Give the driver the chance to handle this query */
116 const GLubyte *str = (*ctx->Driver.GetString)(ctx, name);
light.c 58 if (ctx->Driver.ShadeModel)
59 ctx->Driver.ShadeModel( ctx, mode );
194 if (ctx->Driver.Lightfv)
195 ctx->Driver.Lightfv( ctx, GL_LIGHT0 + lnum, pname, params );
509 if (ctx->Driver.LightModelfv)
510 ctx->Driver.LightModelfv( ctx, pname, params );
758 if (ctx->Driver.ColorMaterial)
759 ctx->Driver.ColorMaterial( ctx, face, mode );
1076 if (ctx->Driver.LightingSpaceChange)
1077 ctx->Driver.LightingSpaceChange( ctx )
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_clear.c 68 ctx->Driver.MapRenderbuffer(ctx, rb, x, y, width, height,
166 ctx->Driver.UnmapRenderbuffer(ctx, rb);
172 * This function is usually only called if the device driver can't
196 * Called via the device driver's ctx->Driver.Clear() function if the
197 * device driver can't clear one or more of the buffers itself.
s_renderbuffer.c 49 * Other buffers (like software accumulation and aux buffers) which the driver
215 * ctx->Driver.NewRenderbuffer() function when the user creates a new
270 rb = ctx->Driver.NewRenderbuffer(ctx, 0);
572 ctx->Driver.MapTextureImage(ctx, texImage, slice,
580 ctx->Driver.MapRenderbuffer(ctx, rb,
606 ctx->Driver.UnmapTextureImage(ctx, texImage, slice);
611 ctx->Driver.UnmapRenderbuffer(ctx, rb);
s_context.c 768 swrast->Driver.SpanRenderStart = _swrast_span_render_start;
769 swrast->Driver.SpanRenderFinish = _swrast_span_render_finish;
851 return &swrast->Driver;
876 /** called via swrast->Driver.SpanRenderStart() */
885 /** called via swrast->Driver.SpanRenderFinish() */
898 if (swrast->Driver.SpanRenderStart)
899 swrast->Driver.SpanRenderStart( ctx );
910 if (swrast->Driver.SpanRenderFinish)
911 swrast->Driver.SpanRenderFinish( ctx );
  /external/clang/
clang-tblgen-rules.mk 220 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Driver/Options.inc
221 $(intermediates)/include/clang/Driver/Options.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
222 $(intermediates)/include/clang/Driver/Options.inc: $(CLANG_ROOT_PATH)/include/clang/Driver/Options.td $(LLVM_ROOT_PATH)/include/llvm/Option/OptParser.td $(CLANG_ROOT_PATH)/include/clang/Driver/CC1Options.td \
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec_array.c 102 indices = ctx->Driver.MapBufferRange(ctx, (GLintptr) indices, size,
179 ctx->Driver.UnmapBuffer(ctx, ib->obj);
234 ctx->Driver.MapBufferRange(ctx, 0, array->BufferObj->Size,
276 ctx->Driver.UnmapBuffer(ctx, array->BufferObj);
294 elemMap = ctx->Driver.MapBufferRange(ctx, 0,
326 ctx->Driver.UnmapBuffer(ctx, ctx->Array.ArrayObj->ElementArrayBufferObj);
375 GLubyte *p = ctx->Driver.MapBufferRange(ctx, 0, bufObj->Size,
388 ctx->Driver.UnmapBuffer(ctx, bufObj);
569 /* Call driver directly for draw_prims */
747 ctx->Driver.MapBufferRange(ctx, 0
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/sax2/
Driver.java 38 * SAX2 Driver that pulls events from XmlPullParser
44 public class Driver implements Locator, XMLReader, Attributes
79 public Driver() throws XmlPullParserException {
85 public Driver(XmlPullParser pp) throws XmlPullParserException {
460 * on the <code>ContentHandler</code> with <code>this</code> driver object as the

Completed in 457 milliseconds

1 2 3 4 5 6 7 891011>>