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

1 2 3

  /external/chromium_org/third_party/skia/gm/
optimizations.cpp 19 static bool check_pattern(SkPicture& input, const SkTDArray<DrawType> &pattern) {
49 static SkPicture* create_save_layer_opt_1(SkTDArray<DrawType>* preOptPattern,
50 SkTDArray<DrawType>* postOptPattern,
120 static SkPicture* create_save_layer_opt_1_v1(SkTDArray<DrawType>* preOptPattern,
121 SkTDArray<DrawType>* postOptPattern,
130 static SkPicture* create_save_layer_opt_1_v2(SkTDArray<DrawType>* preOptPattern,
131 SkTDArray<DrawType>* postOptPattern,
140 static SkPicture* create_save_layer_opt_1_v3(SkTDArray<DrawType>* preOptPattern,
141 SkTDArray<DrawType>* postOptPattern,
150 static SkPicture* create_save_layer_opt_1_v4(SkTDArray<DrawType>* preOptPattern
    [all...]
  /external/skia/gm/
optimizations.cpp 19 static bool check_pattern(SkPicture& input, const SkTDArray<DrawType> &pattern) {
49 static SkPicture* create_save_layer_opt_1(SkTDArray<DrawType>* preOptPattern,
50 SkTDArray<DrawType>* postOptPattern,
120 static SkPicture* create_save_layer_opt_1_v1(SkTDArray<DrawType>* preOptPattern,
121 SkTDArray<DrawType>* postOptPattern,
130 static SkPicture* create_save_layer_opt_1_v2(SkTDArray<DrawType>* preOptPattern,
131 SkTDArray<DrawType>* postOptPattern,
140 static SkPicture* create_save_layer_opt_1_v3(SkTDArray<DrawType>* preOptPattern,
141 SkTDArray<DrawType>* postOptPattern,
150 static SkPicture* create_save_layer_opt_1_v4(SkTDArray<DrawType>* preOptPattern
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/skia/include/gpu/
GrPathRendererChain.h 46 enum DrawType {
61 DrawType drawType,
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramEffects.h 45 GrGpu::DrawType,
52 GrGpu::DrawType,
98 GrGpu::DrawType,
103 GrGpu::DrawType,
138 GrGpu::DrawType drawType,
166 GrGpu::DrawType,
GrGLProgram.h 156 GrGpu::DrawType,
182 void setMatrixAndRenderTargetHeight(GrGpu::DrawType drawType, const GrOptDrawState&);
GrGLProgramEffects.cpp 92 GrGpu::DrawType drawType,
98 this->setDataInternal(gpu, drawType, programDataManager, *effectStages, 0);
102 GrGpu::DrawType drawType,
109 this->setDataInternal(gpu, drawType, programDataManager, *effectStages[e], e);
114 GrGpu::DrawType drawType,
120 if (GrGpu::IsPathRenderingDrawType(drawType)) {
175 GrGpu::DrawType,
    [all...]
GrGLProgramDesc.h 57 GrGpu::DrawType);
66 GrGpu::DrawType,
GrGpuGL.h 151 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
239 void flushStencil(DrawType);
240 void flushAAState(const GrOptDrawState&, DrawType);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
RegionTracker.h 72 enum DrawType {
81 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
RegionTracker.cpp 148 static inline bool paintIsOpaque(const SkPaint& paint, RegionTracker::DrawType drawType, const SkBitmap* bitmap)
152 bool checkFillOnly = drawType != RegionTracker::FillOrStroke;
302 void RegionTracker::didDraw(const GraphicsContext* context, const SkRect& rect, const SkPaint& paint, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType drawType)
323 bool drawsOpaque = paintIsOpaque(paint, drawType, sourceBitmap);
333 void RegionTracker::didDrawUnbounded(const GraphicsContext* context, const SkPaint& paint, DrawType drawType)
335 bool drawsOpaque = paintIsOpaque(paint, drawType, 0);
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 48 enum DrawType
55 StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount);
84 const DrawType m_drawType;
  /external/chromium_org/third_party/skia/tests/
MatrixClipCollapseTest.cpp 61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) {
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) {
283 static void emit_draw(SkCanvas* canvas, DrawOpType draw, SkTDArray<DrawType>* expected) {
326 DrawOpType draw, SkTDArray<DrawType>* expected,
347 DrawOpType draw, SkTDArray<DrawType>* expected,
370 DrawOpType draw, SkTDArray<DrawType>* expected
    [all...]
  /external/skia/tests/
MatrixClipCollapseTest.cpp 61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) {
142 DrawOpType draw, SkTDArray<DrawType>* expected,
146 SkTDArray<DrawType>* expected, int accumulatedClips);
149 SkTDArray<DrawType>* expected);
194 static void add_clip(ClipType clip, MatType mat, SkTDArray<DrawType>* expected) {
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) {
283 static void emit_draw(SkCanvas* canvas, DrawOpType draw, SkTDArray<DrawType>* expected) {
326 DrawOpType draw, SkTDArray<DrawType>* expected,
347 DrawOpType draw, SkTDArray<DrawType>* expected,
370 DrawOpType draw, SkTDArray<DrawType>* expected
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.h 11 #include "SkPictureFlat.h" // for DrawType
52 DrawType op,
65 static DrawType ReadOpAndSize(SkReader32* reader, uint32_t* size);
SkPictureRecord.cpp 71 static inline size_t getPaintOffset(DrawType op, size_t opSize) {
218 static DrawType peek_op(SkWriter32* writer, size_t offset) {
219 return (DrawType)(writer->readTAt<uint32_t>(offset) >> 24);
226 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) {
235 return (DrawType) op;
254 DrawType fActualOp;
274 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
462 static bool is_drawing_op(DrawType op) {
492 DrawType op = peek_op_and_size(writer, offset, &opSize);
720 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize)
    [all...]
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 65 enum DrawType
72 PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description);
83 const DrawType m_preSwapDrawType;
84 const DrawType m_postSwapDrawType;
105 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
204 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
206 if (drawType == PreservingSwapTest::DRAWTYPE_GLES2_RENDER
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 317 enum DrawType {
326 static bool IsPathRenderingDrawType(DrawType type) {
333 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
351 bool setupClipAndFlushState(DrawType,
463 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
GrPathRendererChain.cpp 37 DrawType drawType,
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType ||
43 kStencilAndColorAntiAlias_DrawType == drawType);
50 if (kStencilOnly_DrawType == drawType) {
52 } else if (kStencilAndColor_DrawType == drawType ||
53 kStencilAndColorAntiAlias_DrawType == drawType) {
  /external/skia/src/gpu/
GrGpu.h 336 enum DrawType {
346 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
364 bool setupClipAndFlushState(DrawType,
478 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
GrPathRendererChain.cpp 37 DrawType drawType,
42 bool antiAlias = (kColorAntiAlias_DrawType == drawType ||
43 kStencilAndColorAntiAlias_DrawType == drawType);
50 if (kStencilOnly_DrawType == drawType) {
52 } else if (kStencilAndColor_DrawType == drawType ||
53 kStencilAndColorAntiAlias_DrawType == drawType) {
  /external/chromium_org/third_party/skia/bench/
AlternatingColorPatternBench.cpp 33 enum DrawType {
92 DrawType fDrawType;
96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
102 kRect_DrawType == drawType ? "rect" : "path");
103 fDrawType = drawType;
  /external/skia/src/gpu/gl/
GrGpuGL.h 175 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
260 void flushStencil(DrawType);
261 void flushAAState(DrawType);
  /external/skia/src/core/
SkPictureRecord.cpp 79 static inline size_t getPaintOffset(DrawType op, size_t opSize) {
234 static DrawType peek_op(SkWriter32* writer, size_t offset) {
235 return (DrawType)(writer->readTAt<uint32_t>(offset) >> 24);
242 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) {
251 return (DrawType) op;
274 DrawType fActualOp;
294 DrawType op = peek_op_and_size(writer, curOffset, &curSize);
484 static bool is_drawing_op(DrawType op) {
512 DrawType op = peek_op_and_size(writer, offset, &opSize);
768 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize)
    [all...]
  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 61 DrawType cmd;

Completed in 719 milliseconds

1 2 3