Home
last modified time | relevance | path

Searched defs:DrawArraysCommand (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp73 struct DrawArraysCommand struct
75 uint32_t count;
76 uint32_t primCount;
77 uint32_t first;
78 uint32_t reservedMustBeZero;
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp97 struct DrawArraysCommand struct
99 uint32_t count;
100 uint32_t primCount;
101 uint32_t first;
102 uint32_t reservedMustBeZero;
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.cc104 DrawArraysCommand::DrawArraysCommand(Pipeline* pipeline, PipelineData data) in DrawArraysCommand() function in amber::DrawArraysCommand
Dexecutor_test.cc121 Result DoDrawArrays(const DrawArraysCommand*) override { in DoDrawArrays()
594 TEST_F(VkScriptExecutorTest, DrawArraysCommand) { in TEST_F() argument
Dcommand.h41 class DrawArraysCommand; variable