HomeSort by relevance Sort by last modified time
    Searched full:raster (Results 1 - 25 of 349) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 61 struct pipe_rasterizer_state *raster = &st->state.rasterizer; local
66 memset(raster, 0, sizeof(*raster));
71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
81 raster->front_ccw ^= 1;
88 raster->flatshade = 1;
91 raster->flatshade_first = 1;
94 raster->light_twoside = ctx->VertexProgram._TwoSideEnabled;
97 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader &&
105 raster->cull_face = PIPE_FACE_FRONT
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 61 struct pipe_rasterizer_state *raster = &st->state.rasterizer; local
66 memset(raster, 0, sizeof(*raster));
71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
81 raster->front_ccw ^= 1;
88 raster->flatshade = 1;
91 raster->flatshade_first = 1;
94 raster->light_twoside = ctx->VertexProgram._TwoSideEnabled;
97 raster->clamp_vertex_color = !st->clamp_vert_color_in_shader &&
105 raster->cull_face = PIPE_FACE_FRONT
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
raster_task_slice_view.css 5 .raster-task-slice-view {
10 .raster-task-slice-view > object-snapshot-view {
raster_task_slice_view.js 20 'raster-task-slice-view', tracing.analysis.SliceView);
26 this.classList.add('raster-task-slice-view');
38 this.infoBar_.message = 'No data on this raster task.';
45 this.infoBar_.message = 'No tile on this raster task.';
51 this.infoBar_.message = 'This raster task didn\'t get fully traced.';
picture.js 129 var raster = window.chrome.skiaBenchmarking.rasterize(
142 if (raster) {
145 canvas.width = raster.width;
146 canvas.height = raster.height;
147 var imageData = ctx.createImageData(raster.width, raster.height);
148 imageData.data.set(new Uint8ClampedArray(raster.data));
  /external/chromium_org/third_party/freetype/src/raster/
rastpic.c 5 /* The FreeType position independent code services for raster module. */
40 if ( pic_container->raster )
42 RasterPIC* container = (RasterPIC*)pic_container->raster;
48 pic_container->raster = NULL;
64 if ( pic_container->raster )
66 ((RasterPIC*)pic_container->raster)->ref_count++;
74 pic_container->raster = container;
rastpic.h 5 /* The FreeType position independent code services for raster module. */
43 ( (RasterPIC*)( (lib)->pic_container.raster ) )
raster.c 3 /* raster.c */
  /external/freetype/src/raster/
rastpic.c 5 /* The FreeType position independent code services for raster module. */
40 if ( pic_container->raster )
42 RasterPIC* container = (RasterPIC*)pic_container->raster;
48 pic_container->raster = NULL;
64 if ( pic_container->raster )
66 ((RasterPIC*)pic_container->raster)->ref_count++;
74 pic_container->raster = container;
rastpic.h 5 /* The FreeType position independent code services for raster module. */
43 ( (RasterPIC*)( (lib)->pic_container.raster ) )
raster.c 3 /* raster.c */
  /external/chromium-trace/trace-viewer/test_data/
picture_trace.json 10 "name" : "cc::Picture::Raster",
24 "name" : "Picture::Raster",
32 "name" : "Picture::Raster",
lthi_cats.json     [all...]
  /external/chromium_org/chrome/browser/local_discovery/
pwg_raster_converter.h 27 // Callback for when the PDF is converted to a PWG raster.
30 // contains the PWG raster data.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
95 clip test operation always passes. The current raster position values
97 color, color index and texture coordinate update the current raster
  /external/mesa3d/docs/
MESA_window_pos.spec 31 In order to set the current raster position to a specific window
39 current raster position, bypassing the modelview matrix, the
43 This greatly simplifies the process of setting the current raster
82 Alternately, the current raster position may be set by one of the
95 clip test operation always passes. The current raster position values
97 color, color index and texture coordinate update the current raster
  /external/chromium_org/third_party/freetype/include/freetype/
ftchapters.h 111 /* raster */
ftimage.h 5 /* FreeType glyph image formats and default raster interface */
21 /* Note: A `raster' is simply a scan-line converter, used to render */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
    [all...]
  /external/freetype/include/freetype/
ftchapters.h 111 /* raster */
ftimage.h 5 /* FreeType glyph image formats and default raster interface */
21 /* Note: A `raster' is simply a scan-line converter, used to render */
264 /* A structure used to describe a bitmap or pixmap to the raster. */
    [all...]
  /frameworks/rs/scriptc/
rs_program.rsh 100 * Get program raster point sprite state
102 * @param pr program raster to query
108 * Get program raster cull mode
110 * @param pr program raster to query
  /prebuilts/sdk/renderscript/include/
rs_program.rsh 100 * Get program raster point sprite state
102 * @param pr program raster to query
108 * Get program raster cull mode
110 * @param pr program raster to query
  /external/chromium_org/third_party/freetype/
Android.mk 29 src/raster/raster.c \
freetype.gyp 28 'src/raster/raster.c',
  /external/freetype/
Android.mk 29 src/raster/raster.c \

Completed in 226 milliseconds

1 2 3 4 5 6 7 8 91011>>