Searched defs:idxtype (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c61 GLenum idxtype = idx_size == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT; local
74 GL_EXTCALL(glDrawElementsInstancedBaseVertex(primitive_type, count, idxtype,
80 GL_EXTCALL(glDrawElementsInstancedARB(primitive_type, count, idxtype,
88 GL_EXTCALL(glDrawElementsBaseVertex(primitive_type, count, idxtype,
95 idxtype, (const char *)idx_data + (idx_size * start_idx));
541 GLenum idxtype = idxSize == 2 ? GL_UNSIGNED_SHORT : GL_UNSIGNED_INT; local
584 GL_EXTCALL(glDrawElementsBaseVertex(glPrimitiveType, numberOfVertices, idxtype,
590 gl_info->gl_ops.gl.p_glDrawElements(glPrimitiveType, numberOfVertices, idxtype,
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h167 short int idxtype; member in struct:codeview_type::__anon14045
179 unsigned int idxtype; member in struct:codeview_type::__anon14046
191 unsigned int idxtype; member in struct:codeview_type::__anon14047
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h167 short int idxtype; member in struct:codeview_type::__anon1390
179 unsigned int idxtype; member in struct:codeview_type::__anon1391
191 unsigned int idxtype; member in struct:codeview_type::__anon1392

Completed in 70 milliseconds