Lines Matching defs:vaobj

1663    GLuint vaobj;
1674 GLuint vaobj = cmd->vaobj;
1681 CALL_VertexArrayVertexAttribLOffsetEXT(ctx->CurrentServerDispatch, (vaobj, buffer, index, size, type, stride, offset));
1687 _mesa_marshal_VertexArrayVertexAttribLOffsetEXT(GLuint vaobj, GLuint buffer, GLuint index, GLint size, GLenum type, GLsizei stride, GLintptr offset)
1693 cmd->vaobj = vaobj;
1700 if (COMPAT) _mesa_glthread_DSAAttribPointer(ctx, vaobj, buffer, VERT_ATTRIB_GENERIC(index), size, type, stride, offset);
3330 GLuint vaobj;
3339 GLuint vaobj = cmd->vaobj;
3344 CALL_VertexArrayBindVertexBufferEXT(ctx->CurrentServerDispatch, (vaobj, bindingindex, buffer, offset, stride));
3350 _mesa_marshal_VertexArrayBindVertexBufferEXT(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
3356 cmd->vaobj = vaobj;
3361 if (COMPAT) _mesa_glthread_DSAVertexBuffer(ctx, vaobj, bindingindex, buffer, offset, stride);
3370 GLuint vaobj;
3379 GLuint vaobj = cmd->vaobj;
3385 CALL_VertexArrayVertexAttribFormatEXT(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, normalized, relativeoffset));
3391 _mesa_marshal_VertexArrayVertexAttribFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
3397 cmd->vaobj = vaobj;
3403 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
3411 GLuint vaobj;
3420 GLuint vaobj = cmd->vaobj;
3425 CALL_VertexArrayVertexAttribIFormatEXT(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
3431 _mesa_marshal_VertexArrayVertexAttribIFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
3437 cmd->vaobj = vaobj;
3442 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
3450 GLuint vaobj;
3459 GLuint vaobj = cmd->vaobj;
3464 CALL_VertexArrayVertexAttribLFormatEXT(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
3470 _mesa_marshal_VertexArrayVertexAttribLFormatEXT(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
3476 cmd->vaobj = vaobj;
3481 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
3489 GLuint vaobj;
3496 GLuint vaobj = cmd->vaobj;
3499 CALL_VertexArrayVertexAttribBindingEXT(ctx->CurrentServerDispatch, (vaobj, attribindex, bindingindex));
3505 _mesa_marshal_VertexArrayVertexAttribBindingEXT(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
3511 cmd->vaobj = vaobj;
3514 if (COMPAT) _mesa_glthread_DSAAttribBinding(ctx, vaobj, attribindex, bindingindex);
3522 GLuint vaobj;
3529 GLuint vaobj = cmd->vaobj;
3532 CALL_VertexArrayVertexBindingDivisorEXT(ctx->CurrentServerDispatch, (vaobj, bindingindex, divisor));
3538 _mesa_marshal_VertexArrayVertexBindingDivisorEXT(GLuint vaobj, GLuint bindingindex, GLuint divisor)
3544 cmd->vaobj = vaobj;
3547 if (COMPAT) _mesa_glthread_DSABindingDivisor(ctx, vaobj, bindingindex, divisor);
7223 GLuint vaobj;
7229 GLuint vaobj = cmd->vaobj;
7231 CALL_DisableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
7237 _mesa_marshal_DisableVertexArrayAttrib(GLuint vaobj, GLuint index)
7243 cmd->vaobj = vaobj;
7245 if (COMPAT) _mesa_glthread_ClientState(ctx, &vaobj, VERT_ATTRIB_GENERIC(index), false);
7253 GLuint vaobj;
7259 GLuint vaobj = cmd->vaobj;
7261 CALL_EnableVertexArrayAttrib(ctx->CurrentServerDispatch, (vaobj, index));
7267 _mesa_marshal_EnableVertexArrayAttrib(GLuint vaobj, GLuint index)
7273 cmd->vaobj = vaobj;
7275 if (COMPAT) _mesa_glthread_ClientState(ctx, &vaobj, VERT_ATTRIB_GENERIC(index), true);
7283 GLuint vaobj;
7289 GLuint vaobj = cmd->vaobj;
7291 CALL_VertexArrayElementBuffer(ctx->CurrentServerDispatch, (vaobj, buffer));
7297 _mesa_marshal_VertexArrayElementBuffer(GLuint vaobj, GLuint buffer)
7303 cmd->vaobj = vaobj;
7305 if (COMPAT) _mesa_glthread_DSAElementBuffer(ctx, vaobj, buffer);
7313 GLuint vaobj;
7322 GLuint vaobj = cmd->vaobj;
7327 CALL_VertexArrayVertexBuffer(ctx->CurrentServerDispatch, (vaobj, bindingindex, buffer, offset, stride));
7333 _mesa_marshal_VertexArrayVertexBuffer(GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
7339 cmd->vaobj = vaobj;
7344 if (COMPAT) _mesa_glthread_DSAVertexBuffer(ctx, vaobj, bindingindex, buffer, offset, stride);
7352 GLuint vaobj;
7362 GLuint vaobj = cmd->vaobj;
7374 CALL_VertexArrayVertexBuffers(ctx->CurrentServerDispatch, (vaobj, first, count, buffers, offsets, strides));
7378 _mesa_marshal_VertexArrayVertexBuffers(GLuint vaobj, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizei * strides)
7388 CALL_VertexArrayVertexBuffers(ctx->CurrentServerDispatch, (vaobj, first, count, buffers, offsets, strides));
7389 if (COMPAT) _mesa_glthread_DSAVertexBuffers(ctx, vaobj, first, count, buffers, offsets, strides);
7393 cmd->vaobj = vaobj;
7402 if (COMPAT) _mesa_glthread_DSAVertexBuffers(ctx, vaobj, first, count, buffers, offsets, strides);
7411 GLuint vaobj;
7420 GLuint vaobj = cmd->vaobj;
7426 CALL_VertexArrayAttribFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, normalized, relativeoffset));
7432 _mesa_marshal_VertexArrayAttribFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset)
7438 cmd->vaobj = vaobj;
7444 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
7452 GLuint vaobj;
7461 GLuint vaobj = cmd->vaobj;
7466 CALL_VertexArrayAttribIFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
7472 _mesa_marshal_VertexArrayAttribIFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
7478 cmd->vaobj = vaobj;
7483 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
7491 GLuint vaobj;
7500 GLuint vaobj = cmd->vaobj;
7505 CALL_VertexArrayAttribLFormat(ctx->CurrentServerDispatch, (vaobj, attribindex, size, type, relativeoffset));
7511 _mesa_marshal_VertexArrayAttribLFormat(GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset)
7517 cmd->vaobj = vaobj;
7522 if (COMPAT) _mesa_glthread_DSAAttribFormat(ctx, vaobj, attribindex, size, type, relativeoffset);
7530 GLuint vaobj;
7537 GLuint vaobj = cmd->vaobj;
7540 CALL_VertexArrayAttribBinding(ctx->CurrentServerDispatch, (vaobj, attribindex, bindingindex));
7546 _mesa_marshal_VertexArrayAttribBinding(GLuint vaobj, GLuint attribindex, GLuint bindingindex)
7552 cmd->vaobj = vaobj;
7555 if (COMPAT) _mesa_glthread_DSAAttribBinding(ctx, vaobj, attribindex, bindingindex);
7563 GLuint vaobj;
7570 GLuint vaobj = cmd->vaobj;
7573 CALL_VertexArrayBindingDivisor(ctx->CurrentServerDispatch, (vaobj, bindingindex, divisor));
7579 _mesa_marshal_VertexArrayBindingDivisor(GLuint vaobj, GLuint bindingindex, GLuint divisor)
7585 cmd->vaobj = vaobj;
7588 if (COMPAT) _mesa_glthread_DSABindingDivisor(ctx, vaobj, bindingindex, divisor);
7594 _mesa_marshal_GetVertexArrayiv(GLuint vaobj, GLenum pname, GLint * param)
7598 CALL_GetVertexArrayiv(ctx->CurrentServerDispatch, (vaobj, pname, param));
7604 _mesa_marshal_GetVertexArrayIndexediv(GLuint vaobj, GLuint index, GLenum pname, GLint * param)
7608 CALL_GetVertexArrayIndexediv(ctx->CurrentServerDispatch, (vaobj, index, pname, param));
7614 _mesa_marshal_GetVertexArrayIndexed64iv(GLuint vaobj, GLuint index, GLenum pname, GLint64 * param)
7618 CALL_GetVertexArrayIndexed64iv(ctx->CurrentServerDispatch, (vaobj, index, pname, param));