Home
last modified time | relevance | path

Searched defs:DrawArraysIndirectCommand (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultiDrawTest.cpp91 struct DrawArraysIndirectCommand struct
93 DrawArraysIndirectCommand() : count(0u), instanceCount(0u), first(0u), baseInstance(0u) {} in DrawArraysIndirectCommand() argument
94 DrawArraysIndirectCommand(GLuint count, GLuint instanceCount, GLuint first, GLuint baseInstance) in DrawArraysIndirectCommand() argument
97 GLuint count;
98 GLuint instanceCount;
99 GLuint first;
100 GLuint baseInstance;
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h486 struct DrawArraysIndirectCommand struct
493 static_assert(sizeof(DrawArraysIndirectCommand) == 16, argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.hpp48 } DrawArraysIndirectCommand; typedef
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp6167 struct DrawArraysIndirectCommand in iterate() struct
6169 uint32_t count; in iterate()
6170 uint32_t instanceCount; in iterate()
6171 uint32_t first; in iterate()
6172 uint32_t reservedMustBeZero; in iterate()
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4350 struct DrawArraysIndirectCommand in drawArraysIndirect() struct
4352 uint32_t count; in drawArraysIndirect()
4353 uint32_t primCount; in drawArraysIndirect()
4354 uint32_t first; in drawArraysIndirect()
4355 uint32_t reservedMustBeZero; in drawArraysIndirect()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c483 } DrawArraysIndirectCommand; typedef
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddraw.c58 } DrawArraysIndirectCommand; typedef
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp213 } DrawArraysIndirectCommand; typedef in glcts::__anon253d27190111::DrawIndirectBase