Lines Matching defs:offset
123 , offset (offset_)
129 int offset;
144 , offset (0)
151 int offset;
474 int offset = (bufferMode == GL_SEPARATE_ATTRIBS ? 0 : accumulatedSize);
479 output.offset = offset;
547 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize;
550 float* comp = (float*)(basePtr+offset);
562 int* comp = (int*)(basePtr+offset);
574 deUint32* comp = (deUint32*)(basePtr+offset);
597 deUint8* ptr = inputBasePtr + position.offset + inputStride*ndx;
610 deUint8* ptr = inputBasePtr + pointSizePos->offset + inputStride*ndx;
720 int outOffset = output.offset;
737 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
1125 const void* ptr = &inputData[0] + attrib->offset;
1152 int offset = 0;
1171 gl.drawArrays(m_primitiveType, offset, call->numElements);
1172 offset += call->numElements;
1287 int offset = 0;
1293 gl.drawArrays(m_primitiveType, offset, call->numElements);
1294 offset += call->numElements;