Lines Matching defs:containerObj
17963 GLhandleARB containerObj;
17969 const GLhandleARB containerObj = cmd->containerObj;
17971 CALL_DetachObjectARB(ctx->CurrentServerDispatch, (containerObj, attachedObj));
17974 _mesa_marshal_DetachObjectARB(GLhandleARB containerObj, GLhandleARB attachedObj)
17982 cmd->containerObj = containerObj;
17990 CALL_DetachObjectARB(ctx->CurrentServerDispatch, (containerObj, attachedObj));
18020 GLhandleARB containerObj;
18026 const GLhandleARB containerObj = cmd->containerObj;
18028 CALL_AttachObjectARB(ctx->CurrentServerDispatch, (containerObj, obj));
18031 _mesa_marshal_AttachObjectARB(GLhandleARB containerObj, GLhandleARB obj)
18039 cmd->containerObj = containerObj;
18047 CALL_AttachObjectARB(ctx->CurrentServerDispatch, (containerObj, obj));
18086 _mesa_marshal_GetAttachedObjectsARB(GLhandleARB containerObj, GLsizei maxLength, GLsizei * length, GLhandleARB * infoLog)
18091 CALL_GetAttachedObjectsARB(ctx->CurrentServerDispatch, (containerObj, maxLength, length, infoLog));