Home
last modified time | relevance | path

Searched defs:DrawGridCommand (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.cc99 DrawGridCommand::DrawGridCommand(Pipeline* pipeline, PipelineData data) in DrawGridCommand() function in amber::DrawGridCommand
Dcommand.h43 class DrawGridCommand; variable
Dexecutor_test.cc111 Result DoDrawGrid(const DrawGridCommand*) override { in DoDrawGrid()