Home
last modified time | relevance | path

Searched defs:DrawElementsIndirectCommand (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultiDrawTest.cpp103 struct DrawElementsIndirectCommand struct
105 DrawElementsIndirectCommand() in DrawElementsIndirectCommand() function
108 DrawElementsIndirectCommand(GLuint count, in DrawElementsIndirectCommand() argument
119 GLuint count;
120 GLuint primCount;
121 GLuint firstIndex;
122 GLint baseVertex;
123 GLuint baseInstance;
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h496 struct DrawElementsIndirectCommand struct
504 static_assert(sizeof(DrawElementsIndirectCommand) == 20, argument
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.hpp57 } DrawElementsIndirectCommand; typedef
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp6194 struct DrawElementsIndirectCommand in iterate() struct
6196 uint32_t count; in iterate()
6197 uint32_t instanceCount; in iterate()
6198 uint32_t firstIndex; in iterate()
6199 int32_t baseVertex; in iterate()
6200 uint32_t reservedMustBeZero; in iterate()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_prim_restart.c39 } DrawElementsIndirectCommand; typedef
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4389 struct DrawElementsIndirectCommand in drawElementsIndirect() struct
4391 uint32_t count; in drawElementsIndirect()
4392 uint32_t primCount; in drawElementsIndirect()
4393 uint32_t firstIndex; in drawElementsIndirect()
4394 int32_t baseVertex; in drawElementsIndirect()
4395 uint32_t reservedMustBeZero; in drawElementsIndirect()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c491 } DrawElementsIndirectCommand; typedef
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddraw.c66 } DrawElementsIndirectCommand; typedef
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp222 } DrawElementsIndirectCommand; typedef in glcts::__anon253d27190111::DrawIndirectBase