Searched refs:DrawType (Results 1 - 17 of 17) sorted by relevance

/external/skia/include/gpu/
H A DGrPathRendererChain.h48 enum DrawType { enum in class:GrPathRendererChain
65 DrawType drawType,
H A DGrContext.h548 GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
/external/skia/src/core/
H A DSkPicturePlayback.h11 #include "SkPictureFlat.h" // for DrawType
42 DrawType op,
47 static DrawType ReadOpAndSize(SkReader32* reader, uint32_t* size);
H A DSkPicturePlayback.cpp25 DrawType SkPicturePlayback::ReadOpAndSize(SkReader32* reader, uint32_t* size) {
38 return (DrawType)op;
86 DrawType op = ReadOpAndSize(&reader, &size);
93 DrawType op,
H A DSkPictureRecord.cpp50 static inline size_t get_paint_offset(DrawType op, size_t opSize) {
191 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) {
200 return (DrawType) op;
320 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
614 DrawType op = DRAW_TEXT;
631 DrawType op = DRAW_POS_TEXT;
H A DSkPictureRecord.h97 size_t addDraw(DrawType drawType, size_t* size) {
H A DSkPictureFlat.h22 enum DrawType { enum
/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;
H A DglsStateChangePerfTestCases.cpp211 StateChangePerformanceCase::StateChangePerformanceCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int drawCallCount, int triangleCount)
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp61 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>* expecte
[all...]
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp70 enum DrawType enum in class:deqp::egl::__anon3129::PreservingSwapTest
77 PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType postSwapDrawType, const char* name, const char* description);
88 const DrawType m_preSwapDrawType;
89 const DrawType m_postSwapDrawType;
111 void render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
160 void GLES2Program::render (int width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
237 void render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
252 void ReferenceProgram::render (tcu::Surface* target, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType)
280 PreservingSwapTest::PreservingSwapTest (EglTestContext& eglTestCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawTyp
[all...]
/external/skia/src/gpu/
H A DGrPathRendererChain.cpp39 DrawType drawType,
H A DGrClipMaskManager.cpp70 GrPathRendererChain::DrawType type = doAA ?
416 GrPathRendererChain::DrawType type;
451 GrPathRendererChain::DrawType type = element->isAA() ?
H A DGrContext.cpp1303 GrPathRendererChain::DrawType type =
1760 GrPathRendererChain::DrawType drawType,
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp33 enum DrawType { enum
92 DrawType fDrawType;
96 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp85 enum DrawType enum in class:deqp::gles31::Stress::__anon3747::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/gles31/functional/
H A Des31fDrawTests.cpp2561 enum DrawType
2570 BadDrawModeCase (Context& context, const char* name, const char* desc, DrawType type);
2578 const DrawType m_drawType;
2581 BadDrawModeCase::BadDrawModeCase (Context& context, const char* name, const char* desc, DrawType type)

Completed in 3439 milliseconds