Searched defs:ClearOp (Results 1 – 4 of 4) sorted by relevance
| /external/deqp/modules/egl/ |
| 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;
|
| /external/skia/src/gpu/ganesh/ops/ |
| D | ClearOp.cpp | 43 ClearOp::ClearOp(Buffer buffer, in ClearOp() function in skgpu::ganesh::ClearOp
|
| /external/skia/tests/ |
| 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
|
| /external/deqp/external/vulkancts/modules/vulkan/draw/ |
| D | vktDrawMultipleClearsWithinRenderPass.cpp | 127 enum struct ClearOp enum
|