Searched defs:DrawType (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DRegionTracker.h72 enum DrawType { enum in class:blink::FINAL
81 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
/external/chromium_org/third_party/skia/bench/
H A DAlternatingColorPatternBench.cpp33 enum DrawType { enum
92 DrawType fDrawType;
96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPathRendererChain.h46 enum DrawType { enum in class:GrPathRendererChain
61 DrawType drawType,
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h23 enum DrawType { enum
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.h317 enum DrawType { enum in class:GrGpu
326 static bool IsPathRenderingDrawType(DrawType type) {
333 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
351 bool setupClipAndFlushState(DrawType,
463 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp65 enum DrawType enum in class:deqp::egl::__anon19836::PreservingSwapTest
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)
281 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
296 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
324 PreservingSwapTest::PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawTyp
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp85 enum DrawType enum in class:deqp::gles31::Stress::__anon20379::InvalidDrawCase
105 InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op);
113 const DrawType m_drawType;
122 InvalidDrawCase::InvalidDrawCase (Context& context, const char* name, const char* desc, DrawType type, InvalidOperation op)
/external/deqp/modules/glshared/
H A DglsStateChangePerfTestCases.hpp48 enum DrawType enum in class:deqp::gls::StateChangePerformanceCase
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/skia/include/gpu/
H A DGrPathRendererChain.h46 enum DrawType { enum in class:GrPathRendererChain
61 DrawType drawType,
/external/skia/src/core/
H A DSkPictureFlat.h24 enum DrawType { enum
/external/skia/src/gpu/
H A DGrGpu.h336 enum DrawType { enum in class:GrGpu
346 DrawType PrimTypeToDrawType(GrPrimitiveType type) {
364 bool setupClipAndFlushState(DrawType,
478 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;

Completed in 320 milliseconds