HomeSort by relevance Sort by last modified time
    Searched refs:rasterize (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/dm/
DMPDFTask.cpp 70 bool rasterize = true; local
72 rasterize = 0 == (fGM->getFlags() & skiagm::GM::kSkipPDFRasterization_Flag);
85 if (rasterize) {
  /external/chromium_org/third_party/skia/include/core/
SkRasterizer.h 27 bool rasterize(const SkPath& path, const SkMatrix& matrix,
  /external/skia/include/core/
SkRasterizer.h 27 bool rasterize(const SkPath& path, const SkMatrix& matrix,
  /external/chromium_org/third_party/skia/dm/
DMPDFTask.cpp 70 bool rasterize = true; local
72 rasterize = 0 == (fGM->getFlags() & skiagm::GM::kSkipPDFRasterization_Flag);
87 if (rasterize) {
  /frameworks/rs/
rsPath.h 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
rsPath.cpp 51 void Path::rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc) { function in class:Path
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsPath.h 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsPath.h 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsPath.h 59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
  /external/deqp/framework/referencerenderer/
rrRasterizer.hpp 136 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized);
185 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized);
226 void rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized);
rrRasterizer.cpp 799 void TriangleRasterizer::rasterize (FragmentPacket* const fragmentPackets, float* const depthValues, const int maxFragmentPackets, int& numPacketsRasterized)
    [all...]
rrRenderer.cpp 1285 void rasterize (const RenderState& state, function in namespace:rr::__anon24425
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRasterizer.cpp 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
SkScalerContext.cpp 158 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
553 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
  /external/skia/src/core/
SkRasterizer.cpp 15 bool SkRasterizer::rasterize(const SkPath& fillPath, const SkMatrix& matrix, function in class:SkRasterizer
SkScalerContext.cpp 332 if (fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
727 if (!fRasterizer->rasterize(fillPath, fillToDevMatrix, NULL,
    [all...]
  /external/chromium_org/third_party/mesa/src/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::__anon18330
draw_context.c 281 draw->pipeline.rasterize = stage;
  /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::__anon31727
draw_context.c 281 draw->pipeline.rasterize = stage;
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]

Completed in 623 milliseconds

1 2