Home
last modified time | relevance | path

Searched refs:DrawType (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/games/openbve/OpenBVE-1.8.2.1/source/LibRender2/openGL/
H A DIndexBufferObject.cs20 protected IndexBufferObject(BufferUsageHint DrawType) in IndexBufferObject() argument
23 drawType = DrawType; in IndexBufferObject()
90 protected IndexBufferObject(T[] IndexData, BufferUsageHint DrawType) : base(DrawType) in IndexBufferObject() argument
98 …ublic IndexBufferObjectUS(ushort[] IndexData, BufferUsageHint DrawType) : base(IndexData, DrawType) in IndexBufferObjectUS() argument
120 public IndexBufferObjectUI(uint[] IndexData, BufferUsageHint DrawType) : base(IndexData, DrawType) in IndexBufferObjectUI() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dblurignorexform.cpp30 enum class DrawType { enum in BlurIgnoreXformGM
36 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { } in BlurIgnoreXformGM()
44 DrawType::kCircle == fDrawType ? "circle" in onShortName()
45 : DrawType::kRect == fDrawType ? "rect" : "rrect"); in onShortName()
86 if (DrawType::kCircle == fDrawType) { in onDraw()
88 } else if (DrawType::kRect == fDrawType) { in onDraw()
134 DrawType fDrawType;
151 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);)
152 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRect);)
153 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
H A Dperspimages.cpp71 enum class DrawType { in onDraw() enum
77 {DrawType::kDrawImage, DrawType::kDrawImageRectStrict, DrawType::kDrawImageRectFast}) { in onDraw()
92 case DrawType::kDrawImage: in onDraw()
95 case DrawType::kDrawImageRectStrict: in onDraw()
99 case DrawType::kDrawImageRectFast: in onDraw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dblurignorexform.cpp30 enum class DrawType { enum in BlurIgnoreXformGM
36 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { } in BlurIgnoreXformGM()
44 DrawType::kCircle == fDrawType ? "circle" in onShortName()
45 : DrawType::kRect == fDrawType ? "rect" : "rrect"); in onShortName()
86 if (DrawType::kCircle == fDrawType) { in onDraw()
88 } else if (DrawType::kRect == fDrawType) { in onDraw()
134 DrawType fDrawType;
151 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kCircle);)
152 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRect);)
153 DEF_GM(return new BlurIgnoreXformGM(BlurIgnoreXformGM::DrawType::kRRect);)
H A Dperspimages.cpp71 enum class DrawType { in onDraw() enum
77 {DrawType::kDrawImage, DrawType::kDrawImageRectStrict, DrawType::kDrawImageRectFast}) { in onDraw()
92 case DrawType::kDrawImage: in onDraw()
95 case DrawType::kDrawImageRectStrict: in onDraw()
99 case DrawType::kDrawImageRectFast: in onDraw()
/dports/games/astromenace/astromenace-1.4.1/src/gfx/
H A Dstar_system.cpp128 switch (DrawType) { in StarSystemInitByType()
298 if (DrawType == eDrawType::GAME) in StarSystemDraw()
315 if (DrawType == eDrawType::GAME) in StarSystemDraw()
333 if (DrawType == eDrawType::GAME) { in StarSystemDraw()
360 if (DrawType == eDrawType::MENU) { in StarSystemDraw()
377 if (DrawType == eDrawType::MENU) { in StarSystemDraw()
405 if (DrawType == eDrawType::MENU) in StarSystemDraw()
414 if (DrawType == eDrawType::GAME) { in StarSystemDraw()
441 if (DrawType == eDrawType::GAME) { in StarSystemDrawThirdLayer()
470 if (DrawType == eDrawType::MENU) { in StarSystemDrawThirdLayer()
[all …]
H A Dstar_system.h40 void StarSystemInitByType(eDrawType DrawType);
46 void StarSystemDraw(eDrawType DrawType);
48 void StarSystemDrawThirdLayer(eDrawType DrawType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp61 static void gets_ops(SkPicture& input, SkTDArray<DrawType>* ops) { in gets_ops()
142 DrawOpType draw, SkTDArray<DrawType>* expected,
149 SkTDArray<DrawType>* expected);
257 static void add_mat(MatType mat, SkTDArray<DrawType>* expected) { in add_mat()
326 DrawOpType draw, SkTDArray<DrawType>* expected, in emit_clip_and_mat()
555 SkTDArray<DrawType>* expected) { in emit_struct0()
571 SkTDArray<DrawType>* expected) { in emit_struct1()
594 SkTDArray<DrawType>* expected) { in emit_struct2()
623 SkTDArray<DrawType>* expected) { in emit_struct3()
640 static void print(const SkTDArray<DrawType>& expected, const SkTDArray<DrawType>& actual) { in print()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/
H A DteglPartialUpdateTests.cpp76 enum DrawType enum in deqp::egl::__anon4f7a56fa0111::PartialUpdateTest
83 const vector<DrawType>& oddFrameDrawType,
84 const vector<DrawType>& evenFrameDrawType,
103 const vector<DrawType> m_oddFrameDrawType;
104 const vector<DrawType> m_evenFrameDrawType;
134 PartialUpdateTest::DrawType drawType;
351 const vector<DrawType>& oddFrameDrawType, in PartialUpdateTest()
352 const vector<DrawType>& evenFrameDrawType, in PartialUpdateTest()
620 …TestName (const vector<PartialUpdateTest::DrawType>& oddFrameDrawType, const vector<PartialUpdateT… in generateTestName()
803 const PartialUpdateTest::DrawType clearRender[2] = in init()
[all …]
H A DteglBufferAgeTests.cpp76 enum DrawType enum in deqp::egl::__anondcbc90710111::BufferAgeTest
93 const vector<DrawType>& oddFrameDrawType,
94 const vector<DrawType>& evenFrameDrawType,
111 const vector<DrawType> m_oddFrameDrawType;
112 const vector<DrawType> m_evenFrameDrawType;
146 BufferAgeTest::DrawType drawType;
363 const vector<DrawType>& oddFrameDrawType, in BufferAgeTest()
364 const vector<DrawType>& evenFrameDrawType, in BufferAgeTest()
650 …nerateTestName (const vector<BufferAgeTest::DrawType>& oddFrameDrawType, const vector<BufferAgeTes… in generateTestName()
736 const BufferAgeTest::DrawType clearRender[] = in init()
[all …]
H A DteglPreservingSwapTests.cpp70 enum DrawType enum in deqp::egl::__anonc3ee422a0111::PreservingSwapTest
77 …tCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType post…
88 const DrawType m_preSwapDrawType;
89 const DrawType m_postSwapDrawType;
111 … width, int height, float x1, float y1, float x2, float y2, PreservingSwapTest::DrawType drawType);
280 …tCtx, bool preserveColorbuffer, bool readPixelsBeforeSwap, DrawType preSwapDrawType, DrawType post… in PreservingSwapTest()
525 string generateTestName (PreservingSwapTest::DrawType preSwapDrawType, PreservingSwapTest::DrawType in generateTestName()
585 const PreservingSwapTest::DrawType preSwapDrawTypes[] = in init()
592 const PreservingSwapTest::DrawType postSwapDrawTypes[] = in init()
611 const PreservingSwapTest::DrawType preSwapDrawType = preSwapDrawTypes[preSwapDrawTypeNdx]; in init()
[all …]
H A DteglSwapBuffersWithDamageTests.cpp68 enum DrawType enum
101 DrawCommand (DrawType drawType_, const ColoredRect& rect_);
102 DrawType drawType;
262 const vector<DrawType>& frameDrawType,
285 const vector<DrawType> m_frameDrawType;
449 const vector<DrawType>& frameDrawType,
532 const vector<DrawType>& frameDrawType,
545 const vector<DrawType>& frameDrawType, in SwapBuffersWithDamageAndBufferAgeTest()
769 const DrawType clearRender[2] = in init()
775 const DrawType renderClear[2] = in init()
[all …]
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dresizeoverlay.h58 enum DrawType enum
79 ResizeHandle( ResizeOverlay *resizeOverlay, int id, DrawType drawType, int xsnap, int ysnap );
84 void setDrawType( DrawType drawType );
88 static const QPixmap& handlePixmap( DrawType drawType, bool hover );
104 DrawType m_drawType;
175 …ResizeHandle *createResizeHandle( int id, ResizeHandle::DrawType drawType, int xsnap = 1, int ysna…
/dports/graphics/kolourpaint/kolourpaint-21.12.3/tools/selection/
H A DkpAbstractSelectionTool.h136 enum DrawType enum
146 DrawType drawType () const;
269 virtual DrawType calculateDrawTypeInsideSelection () const;
290 virtual DrawType calculateDrawType () const;
355 virtual QVariant operation (DrawType drawType, Operation op,
H A DkpAbstractSelectionTool.cpp125 kpAbstractSelectionTool::DrawType kpAbstractSelectionTool::drawType () const in drawType()
367 kpAbstractSelectionTool::DrawType kpAbstractSelectionTool::calculateDrawTypeInsideSelection () const in calculateDrawTypeInsideSelection()
378 kpAbstractSelectionTool::DrawType kpAbstractSelectionTool::calculateDrawType () const in calculateDrawType()
500 const DrawType oldDrawType = d->drawType; in cancelShape()
581 const DrawType oldDrawType = d->drawType; in endDraw()
614 QVariant kpAbstractSelectionTool::operation (DrawType drawType, Operation op, in operation()
/dports/games/astromenace/astromenace-1.4.1/src/object3d/
H A Dobject3d_manager.cpp108 void DrawAllObject3D(eDrawType DrawType) in DrawAllObject3D() argument
115 switch (DrawType) { in DrawAllObject3D()
150 StarSystemDrawThirdLayer(DrawType); in DrawAllObject3D()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsStateChangePerfTestCases.hpp48 enum DrawType enum in deqp::gls::StateChangePerformanceCase
55 …u::RenderContext& renderCtx, const char* name, const char* description, DrawType drawType, int dra…
84 const DrawType m_drawType;
/dports/games/excido/excido-0.1.5c/src/
H A DParticle.h20 enum DrawType{ enum
44 DrawType drawmode;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPathRendererChain.h37 enum DrawType { enum
51 DrawType drawType,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrPathRendererChain.h36 enum class DrawType { enum
47 DrawType drawType,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPathRendererChain.h37 enum class DrawType { enum
48 DrawType drawType,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrPathRendererChain.h37 enum class DrawType { enum
48 DrawType drawType,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrPathRendererChain.h37 enum class DrawType { enum
48 DrawType drawType,
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrPathRendererChain.h37 enum class DrawType { enum
48 DrawType drawType,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPathRendererChain.h37 enum class DrawType { enum
48 DrawType drawType,

12345678