Searched defs:ClearOp (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/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() function 69 ClearOp(void) : x(0), y(0), width(0), height(0), color(0) in ClearOp() function 73 int x; 74 int y; 75 int width; 76 int height; 77 tcu::RGBA color;
|
/aosp_15_r20/external/skia/tests/ |
H A D | ClearTest.cpp | 47 using ClearOp = skgpu::ganesh::ClearOp; typedef 338 DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() argument
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | ClearOp.cpp | 40 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::ganesh::ClearOp
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 127 enum struct ClearOp enum
|