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

/external/skia/src/gpu/
H A DGrPathRendererChain.h32 enum DrawType { enum in class:GrPathRendererChain
46 DrawType drawType,
H A DGrDrawingManager.h44 GrPathRendererChain::DrawType drawType,
H A DGrPathRendererChain.cpp61 DrawType drawType,
H A DGrDrawingManager.cpp144 GrPathRendererChain::DrawType drawType,
H A DGrClipMaskManager.cpp90 GrPathRendererChain::DrawType type;
546 GrPathRendererChain::DrawType type;
H A DGrDrawContext.cpp737 const GrPathRendererChain::DrawType type =
/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 DSkPictureRecord.cpp124 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) {
133 return (DrawType) op;
250 DrawType drawOp = peek_op_and_size(&fWriter, -offset, &opSize);
549 DrawType op = DRAW_TEXT;
565 DrawType op = DRAW_POS_TEXT;
H A DSkPicturePlayback.cpp44 DrawType SkPicturePlayback::ReadOpAndSize(SkReader32* reader, uint32_t* size) {
57 return (DrawType)op;
105 DrawType op = ReadOpAndSize(&reader, &size);
112 DrawType op,
H A DSkPictureRecord.h99 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 DteglPartialUpdateTests.cpp76 enum DrawType enum in class:deqp::egl::__anon3968::PartialUpdateTest
83 const vector<DrawType>& oddFrameDrawType,
84 const vector<DrawType>& evenFrameDrawType,
103 const vector<DrawType> m_oddFrameDrawType;
104 const vector<DrawType> m_evenFrameDrawType;
133 DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_);
134 PartialUpdateTest::DrawType drawType;
138 DrawCommand::DrawCommand (const PartialUpdateTest::DrawType drawType_, const ColoredRect& rect_)
162 void generateRandomFrame (Frame& dst, const vector<PartialUpdateTest::DrawType>& drawTypes, de::Random& rnd)
347 const vector<DrawType>
[all...]
H A DteglPreservingSwapTests.cpp70 enum DrawType enum in class:deqp::egl::__anon3969::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...]
H A DteglBufferAgeTests.cpp76 enum DrawType enum in class:deqp::egl::__anon3941::BufferAgeTest
93 const vector<DrawType>& oddFrameDrawType,
94 const vector<DrawType>& evenFrameDrawType,
111 const vector<DrawType> m_oddFrameDrawType;
112 const vector<DrawType> m_evenFrameDrawType;
145 DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_);
146 BufferAgeTest::DrawType drawType;
150 DrawCommand::DrawCommand (const BufferAgeTest::DrawType drawType_, const ColoredRect& rect_)
175 void generateRandomFrame (Frame* dst, const vector<BufferAgeTest::DrawType>& drawTypes, de::Random& rnd)
359 const vector<DrawType>
[all...]
H A DteglSwapBuffersWithDamageTests.cpp68 enum DrawType enum in namespace:deqp::egl::__anon3981
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
102 DrawType drawType;
106 DrawCommand::DrawCommand (DrawType drawType_, const ColoredRect& rect_)
262 const vector<DrawType>& frameDrawType,
285 const vector<DrawType> m_frameDrawType;
293 SwapBuffersWithDamageTest::SwapBuffersWithDamageTest (EglTestContext& eglTestCtx, const vector<DrawType>& frameDrawType, int iterationTimes, ResizeType resizeType, const char* name, const char* description)
394 FrameSequence generateFrameSequence (const vector<DrawType>& frameDrawType, de::Random& rnd, int numFrames, int width, int height);
449 const vector<DrawType>& frameDrawType,
462 const vector<DrawType>
[all...]
/external/skia/bench/
H A DAlternatingColorPatternBench.cpp34 enum DrawType { enum
93 DrawType fDrawType;
97 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp85 enum DrawType enum in class:deqp::gles31::Stress::__anon4590::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 508 milliseconds