Home
last modified time | relevance | path

Searched defs:ClearOp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/modules/egl/
H A DteglColorClearCase.cpp58 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 DClearTest.cpp47 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 DClearOp.cpp40 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::ganesh::ClearOp
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultipleClearsWithinRenderPass.cpp127 enum struct ClearOp enum