Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultiDrawTest.cpp103 struct DrawElementsIndirectCommand struct
105 DrawElementsIndirectCommand() in DrawElementsIndirectCommand() argument
108 DrawElementsIndirectCommand(GLuint count, in DrawElementsIndirectCommand() function
119 GLuint count;
120 GLuint primCount;
121 GLuint firstIndex;
122 GLint baseVertex;
123 GLuint baseInstance;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cIndirectParametersTests.hpp57 } DrawElementsIndirectCommand; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h428 struct DrawElementsIndirectCommand struct
436 static_assert(sizeof(DrawElementsIndirectCommand) == 20, argument
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c39 } DrawElementsIndirectCommand; typedef
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp5742 struct DrawElementsIndirectCommand in iterate() struct
5744 deUint32 count; in iterate()
5745 deUint32 instanceCount; in iterate()
5746 deUint32 firstIndex; in iterate()
5747 deInt32 baseVertex; in iterate()
5748 deUint32 reservedMustBeZero; in iterate()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_vbo_translate.c491 } DrawElementsIndirectCommand; typedef
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp4143 struct DrawElementsIndirectCommand in drawElementsIndirect() struct
4145 deUint32 count; in drawElementsIndirect()
4146 deUint32 primCount; in drawElementsIndirect()
4147 deUint32 firstIndex; in drawElementsIndirect()
4148 deInt32 baseVertex; in drawElementsIndirect()
4149 deUint32 reservedMustBeZero; in drawElementsIndirect()
/third_party/mesa3d/src/mesa/main/
Ddraw.c62 } DrawElementsIndirectCommand; typedef
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp222 } DrawElementsIndirectCommand; typedef in glcts::__anone0093e6f0111::DrawIndirectBase