/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/egl/ |
H A D | teglColorClearCase.cpp | 58 struct ClearOp struct 60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() argument 69 ClearOp (void) in ClearOp() function 90 static ClearOp computeRandomClear (de::Random& rnd, int width, int height) in computeRandomClear() 98 return ClearOp(x, y, w, h, col); in computeRandomClear() 110 static void renderClear (EGLint api, const ApiFunctions& func, const ClearOp& clear) in renderClear() 183 vector<ClearOp> clears; in executeForContexts() 195 ClearOp clear (0, 0, width, height, RGBA::black()); in executeForContexts() 218 ClearOp clear = computeRandomClear(rnd, width, height); in executeForContexts() 273 ClearOp clears[NUM_CLEARS_PER_PACKET]; [all …]
|
/dports/devel/upp/upp/uppsrc/Painter/ |
H A D | Painting.h | 76 virtual void ClearOp(const RGBA& color);
|
H A D | Painting.cpp | 5 void PaintingPainter::ClearOp(const RGBA& color) in ClearOp() function in Upp::PaintingPainter
|
H A D | PaintPainting.cpp | 39 ClearOp(sGet<RGBA>(ss)); in Paint()
|
H A D | Painter.h | 109 virtual void ClearOp(const RGBA& color) = 0; 393 virtual void ClearOp(const RGBA& color);
|
H A D | BufferPainter.h | 39 virtual void ClearOp(const RGBA& color);
|
H A D | Painter.hpp | 4 ClearOp(color); in Clear()
|
H A D | Render.cpp | 11 void BufferPainter::ClearOp(const RGBA& color) in ClearOp() function in Upp::BufferPainter
|
H A D | Painter.cpp | 313 void NilPainter::ClearOp(const RGBA& color) {} in ClearOp() function in Upp::NilPainter
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/ |
H A D | ClearTest.cpp | 244 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
|
/dports/x11-toolkits/blt/blt2.5/generic/ |
H A D | bltVecCmd.c | 229 ClearOp(vPtr, interp, argc, argv) in ClearOp() function 1808 {"clear", 1, (Blt_Op)ClearOp, 2, 2, "",},
|
H A D | bltVecObjCmd.c | 386 ClearOp(vPtr, interp, objc, objv) in ClearOp() function 3022 {"clear", 1, (Blt_Op)ClearOp, 2, 3, "?autoflush?",},
|