Lines Matching refs:basevertex
1008 prim.basevertex = index_size ? draws[i].index_bias : 0;
1042 prim[num_prims].basevertex = info->index_size ? draws[i].index_bias : 0;
1166 GLint basevertex)
1727 GLint basevertex, GLuint numInstances,
1765 draw.index_bias = basevertex;
1816 const GLvoid * indices, GLint basevertex)
1840 if ((int) end + basevertex < 0 || start + basevertex >= max_element) {
1850 "basevertex %d, count %d, type 0x%x, indices=%p):\n"
1853 start, end, basevertex, count, type, indices,
1881 ctx->Array.VAO->IndexBufferObj->Name : 0, basevertex);
1884 if ((int) start + basevertex < 0 || end + basevertex >= max_element)
1888 check_draw_elements_data(ctx, count, type, indices, basevertex);
1899 count, type, indices, basevertex, 1, 0);
1945 const GLvoid * indices, GLint basevertex)
1961 count, type, indices, basevertex, 1, 0);
1998 GLint basevertex)
2016 basevertex, numInstances, 0);
2059 GLint basevertex,
2077 count, type, indices, basevertex,
2091 GLsizei primcount, const GLint *basevertex)
2137 info.index_bias_varies = !!basevertex;
2168 draw[i].index_bias = basevertex ? basevertex[i] : 0;
2175 draw[i].index_bias = basevertex ? basevertex[i] : 0;
2196 draw.index_bias = basevertex ? basevertex[i] : 0;
2237 const GLsizei *basevertex)
2254 basevertex);