Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglColorClearCase.cpp58 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
78 int x;
79 int y;
80 int width;
81 int height;
82 tcu::RGBA color;
/external/skia/tests/
DClearTest.cpp45 using ClearOp = skgpu::v1::ClearOp; typedef
306 DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS(ClearOp, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) { in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() argument
/external/skia/src/gpu/ganesh/ops/
DClearOp.cpp43 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::v1::ClearOp
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp155 enum struct ClearOp enum