/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
picture.html | 88 * Tag each op with the time it takes to rasterize. 118 * Rasterize the picture. 121 * rasterize up to. If not defined, the entire SkPicture is rasterized. 127 rasterize: function(params, rasterCompleteCallback) { 134 var raster = window.chrome.skiaBenchmarking.rasterize( 156 var error = 'Failed to rasterize picture. ' + 246 rasterize: function(params, rasterCompleteCallback) { 259 // Do the rasterize calls run sync or asyn? As the imageData 274 this.pictures_[i].rasterize(params, rasterCallback); 293 if (!window.chrome.skiaBenchmarking.rasterize) [all...] |
/external/skia/include/core/ |
SkRasterizer.h | 25 bool rasterize(const SkPath& path, const SkMatrix& matrix,
|
SkMaskFilter.h | 225 /** Helper method that, given a path in device space, will rasterize it into a kA8_Format mask 233 /** Helper method that, given a roundRect in device space, will rasterize it into a kA8_Format
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_unfilled.h | 67 RASTERIZE(GL_POINTS); 73 RASTERIZE(GL_LINES); 135 RASTERIZE(GL_POINTS); 142 RASTERIZE(GL_LINES);
|
t_dd_tritmp.h | 292 RASTERIZE( GL_TRIANGLES ); 531 RASTERIZE( GL_QUADS );
|
/external/skia/src/core/ |
SkRasterizer.cpp | 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 356 /* Set up and rasterize colors. */ 366 /* Rasterize it. */ 396 /* Rasterize as back-face colors. */ 403 /* Rasterize two fake texcoords to prevent from the two-sided color 411 /* Rasterize it. */ 439 /* Rasterize texture coordinates. */ 457 /* Rasterize it. */ 496 /* Rasterize fog coordinates. */ 503 /* Rasterize it. */ 533 /* Rasterize WPOS. * [all...] |
r300_vs_draw.c | 160 /* We must rasterize the first color if the second one is 173 /* We must rasterize all 4 colors if back-face colors are
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe.c | 105 if (draw->pipeline.rasterize) 106 draw->pipeline.rasterize->destroy( draw->pipeline.rasterize );
|
draw_pipe_validate.c | 161 struct draw_stage *next = draw->pipeline.rasterize; 167 /* Set the validate's next stage to the rasterize stage, so that it 319 /* May need to pass a backend flush on to the rasterize stage.
|
draw_private.h | 120 struct draw_stage *rasterize; member in struct:draw_context::__anon19560
|
/external/deqp/framework/referencerenderer/ |
rrRasterizer.hpp | 136 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized); 186 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized); 227 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized); 270 void rasterize (LineExitDiamond* const lineDiamonds, const int maxDiamonds, int& numWritten);
|
rrRenderer.cpp | 1285 void rasterize (const RenderState& state, function in namespace:rr::__anon10071 [all...] |
rrRasterizer.cpp | 845 void TriangleRasterizer::rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized) [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 655 * Rasterize commands for a single bin. 697 * Rasterize/execute all bins within a scene. 707 /* loop over scene bins, rasterize each */ 817 * - get next scene to rasterize
|
lp_rast_priv.h | 116 /** The incoming queue of scenes ready to rasterize */
|
lp_rast_tri_tmp.h | 151 * Scan the tile in chunks and figure out which pixels to rasterize
|
lp_scene.c | 492 debug_printf("rasterize scene:\n");
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
display_item_debugger.html | 281 this.infoBar_.message = 'Cannot rasterize...'; 317 this.picture_.rasterize(
|
picture_debugger.html | 333 this.infoBar_.message = 'Cannot rasterize...'; 369 this.picture_.rasterize(
|
layer_tree_quad_stack_view.html | 573 picture.rasterize( 610 header: 'Cannot rasterize', [all...] |
/external/skia/site/user/ |
tips.md | 104 Open the resulting file in the Skia Debugger, rasterize it with `dm`,
|
/external/skia/src/gpu/batches/ |
GrAADistanceFieldPathRenderer.cpp | 272 SkDebugf("Can't rasterize path\n"); 372 // rasterize path
|
/frameworks/base/graphics/java/android/graphics/pdf/ |
PdfRenderer.java | 75 * If you are using this class to rasterize a PDF for printing or show a print
|
/external/mesa3d/src/mesa/swrast/ |
s_tritemp.h | 470 * As we rasterize the triangle, we'll step down the major 735 /* Rasterize setup */ [all...] |