Lines Matching defs:ptr
1058 * Set ptr to bufObj w/ reference counting.
1064 struct gl_buffer_object **ptr,
1068 if (*ptr) {
1070 struct gl_buffer_object *oldObj = *ptr;
1075 * ptr is a binding point shared by multiple contexts (such as a texture
1088 *ptr = NULL;
1090 assert(!*ptr);
1099 *ptr = bufObj;
1536 * If *ptr points to obj, set ptr = the Null/default buffer object.