Lines Matching full:arrayobj
117 if (ctx->Array.ArrayObj->_Enabled == 0x0 || !ctx->VertexProgram._Current)
126 if (!ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled)
149 return (ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled ||
150 ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_GENERIC0].Enabled);
189 ib.obj = ctx->Array.ArrayObj->ElementArrayBufferObj;
194 max + basevertex >= ctx->Array.ArrayObj->_MaxElement) {
197 max, ctx->Array.ArrayObj->_MaxElement);
342 if (_mesa_is_bufferobj(ctx->Array.ArrayObj->ElementArrayBufferObj)) {
345 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {
399 if (_mesa_is_bufferobj(ctx->Array.ArrayObj->ElementArrayBufferObj)) {
404 ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {
465 if (_mesa_is_bufferobj(ctx->Array.ArrayObj->ElementArrayBufferObj)) {
468 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {
512 if (start + count > (GLint) ctx->Array.ArrayObj->_MaxElement)
555 if (first + count > (GLint) ctx->Array.ArrayObj->_MaxElement)
597 if (_mesa_is_bufferobj(ctx->Array.ArrayObj->ElementArrayBufferObj)) {
600 if (index_bytes(type, count) > ctx->Array.ArrayObj->ElementArrayBufferObj->Size) {