Searched refs:tfObj (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtransformfeedback.h157 struct gl_transform_feedback_object *tfObj, GLuint index,
161 _mesa_reference_buffer_object(ctx, &tfObj->Buffers[index], bufObj);
163 tfObj->BufferNames[index] = bufObj->Name;
164 tfObj->Offset[index] = offset;
165 tfObj->RequestedSize[index] = size;
156 _mesa_set_transform_feedback_binding(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint index,struct gl_buffer_object * bufObj,GLintptr offset,GLsizeiptr size) argument
H A Dbufferobj.c3924 struct gl_transform_feedback_object *tfObj,
3944 if (tfObj->Active) {
3975 struct gl_transform_feedback_object *tfObj,
3981 _mesa_set_transform_feedback_binding(ctx, tfObj, first + i,
3994 struct gl_transform_feedback_object *tfObj = local in function:bind_xfb_buffers
3997 if (!error_check_bind_xfb_buffers(ctx, tfObj, first, count, caller))
4013 unbind_xfb_buffers(ctx, tfObj, first, count);
4040 struct gl_buffer_object * const boundBufObj = tfObj->Buffers[index];
4095 _mesa_set_transform_feedback_binding(ctx, tfObj, index, bufObj,
3923 error_check_bind_xfb_buffers(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint first,GLsizei count,const char * caller) argument
3974 unbind_xfb_buffers(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint first,GLsizei count) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtransformfeedback.h162 struct gl_transform_feedback_object *tfObj, GLuint index,
166 _mesa_reference_buffer_object(ctx, &tfObj->Buffers[index], bufObj);
168 tfObj->BufferNames[index] = bufObj ? bufObj->Name : 0;
169 tfObj->Offset[index] = offset;
170 tfObj->RequestedSize[index] = size;
161 _mesa_set_transform_feedback_binding(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint index,struct gl_buffer_object * bufObj,GLintptr offset,GLsizeiptr size) argument
H A Dbufferobj.c4376 struct gl_transform_feedback_object *tfObj,
4396 if (tfObj->Active) {
4427 struct gl_transform_feedback_object *tfObj,
4431 _mesa_set_transform_feedback_binding(ctx, tfObj, first + i,
4444 struct gl_transform_feedback_object *tfObj = local in function:bind_xfb_buffers
4447 if (!error_check_bind_xfb_buffers(ctx, tfObj, first, count, caller))
4463 unbind_xfb_buffers(ctx, tfObj, first, count);
4491 struct gl_buffer_object * const boundBufObj = tfObj->Buffers[index];
4550 _mesa_set_transform_feedback_binding(ctx, tfObj, index, bufObj,
4375 error_check_bind_xfb_buffers(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint first,GLsizei count,const char * caller) argument
4426 unbind_xfb_buffers(struct gl_context * ctx,struct gl_transform_feedback_object * tfObj,GLuint first,GLsizei count) argument

Completed in 14 milliseconds