Home | History | Annotate | Download | only in vbo

Lines Matching defs:ptr

58 static void *rebase_##TYPE( const void *ptr,			\
63 const TYPE *in = (TYPE *)ptr; \
173 void *ptr;
180 ptr = ADD_POINTERS(ib->obj->Mappings[MAP_INTERNAL].Pointer, ib->ptr);
187 tmp_indices = rebase_GLuint( ptr, ib->count, min_index );
190 tmp_indices = rebase_GLushort( ptr, ib->count, min_index );
193 tmp_indices = rebase_GLubyte( ptr, ib->count, min_index );
205 tmp_ib.ptr = tmp_indices;
245 tmp_arrays[i].Ptr += min_index * tmp_arrays[i].StrideB;