Searched defs:DrawType (Results 1 - 10 of 10) sorted by relevance

/external/skia/src/gpu/
H A DGrPathRendererChain.h32 enum DrawType { enum in class:GrPathRendererChain
46 DrawType drawType,
/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/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp85 enum DrawType enum in class:deqp::gles31::Stress::__anon4762::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/skia/bench/
H A DAlternatingColorPatternBench.cpp34 enum DrawType { enum
93 DrawType fDrawType;
97 AlternatingColorPatternBench(ColorPattern pattern1, ColorPattern pattern2, DrawType drawType)
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp70 enum DrawType enum in class:deqp::egl::__anon4141::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::__anon4113::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 DteglPartialUpdateTests.cpp76 enum DrawType enum in class:deqp::egl::__anon4140::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 DteglSwapBuffersWithDamageTests.cpp68 enum DrawType enum in namespace:deqp::egl::__anon4153
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/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/
H A DPixmap.java237 rectangle(0, 0, getWidth(), getHeight(), DrawType.FILL);
254 line(x, y, x2, y2, DrawType.STROKE);
265 rectangle(x, y, width, height, DrawType.STROKE);
318 rectangle(x, y, width, height, DrawType.FILL);
327 circle(x, y, radius, DrawType.STROKE);
336 circle(x, y, radius, DrawType.FILL);
348 triangle(x1, y1, x2, y2, x3, y3, DrawType.FILL);
371 rectangle(x, y, 1, 1, DrawType.FILL);
384 private void circle (int x, int y, int radius, DrawType drawType) {
404 private void line(int x, int y, int x2, int y2, DrawType drawTyp
500 private enum DrawType { enum in class:Pixmap
[all...]
/external/skia/src/core/
H A DSkPictureFlat.h22 enum DrawType { enum

Completed in 281 milliseconds