Lines Matching refs:memoryObjects
3331 /* Next safe_mul(n, 1 * sizeof(GLuint)) bytes are GLuint memoryObjects[n] */
3337 GLuint * memoryObjects;
3339 memoryObjects = (GLuint *) variable_data;
3340 CALL_DeleteMemoryObjectsEXT(ctx->CurrentServerDispatch, (n, memoryObjects));
3344 _mesa_marshal_DeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects)
3350 if (unlikely(memoryObjects_size < 0 || (memoryObjects_size > 0 && !memoryObjects) || (unsigned)cmd_size > MARSHAL_MAX_CMD_SIZE)) {
3352 CALL_DeleteMemoryObjectsEXT(ctx->CurrentServerDispatch, (n, memoryObjects));
3358 memcpy(variable_data, memoryObjects, memoryObjects_size);
3374 _mesa_marshal_CreateMemoryObjectsEXT(GLsizei n, GLuint * memoryObjects)
3378 CALL_CreateMemoryObjectsEXT(ctx->CurrentServerDispatch, (n, memoryObjects));