Searched refs:vbo_attr (Results 1 – 2 of 2) sorted by relevance
123 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in vbo_exec_bind_arrays() local125 const GLubyte size = exec->vtx.attr[vbo_attr].size; in vbo_exec_bind_arrays()126 const GLenum16 type = exec->vtx.attr[vbo_attr].type; in vbo_exec_bind_arrays()127 const GLuint offset = (GLuint)((GLbyte *)exec->vtx.attrptr[vbo_attr] - in vbo_exec_bind_arrays()
391 const unsigned char vbo_attr = vao_to_vbo_map[attr]; in compare_vao() local392 const GLenum16 tp = type[vbo_attr]; in compare_vao()393 const GLintptr off = offset[vbo_attr] + buffer_offset; in compare_vao()399 if (attrib->Format.Size != size[vbo_attr]) in compare_vao()456 const GLubyte vbo_attr = vao_to_vbo_map[vao_attr]; in update_vao() local457 assert(offset[vbo_attr] <= ctx->Const.MaxVertexAttribRelativeOffset); in update_vao()460 size[vbo_attr], type[vbo_attr], offset[vbo_attr]); in update_vao()