Searched defs:ClearOp (Results 1 – 5 of 5) sorted by relevance
58 struct ClearOp struct60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) in ClearOp() argument69 ClearOp (void) in ClearOp() function78 int x;79 int y;80 int width;81 int height;82 tcu::RGBA color;
43 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::v1::ClearOp
35 using ClearOp = skgpu::v1::ClearOp; typedef295 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
231 DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() argument
154 enum struct ClearOp enum