Searched refs:clear_buffer_sub_data_no_error (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | bufferobj.c | 2421 clear_buffer_sub_data_no_error(struct gl_context *ctx, in clear_buffer_sub_data_no_error() function 2440 clear_buffer_sub_data_no_error(ctx, *bufObj, internalformat, 0, in _mesa_ClearBufferData_no_error() 2470 clear_buffer_sub_data_no_error(ctx, bufObj, internalformat, 0, bufObj->Size, in _mesa_ClearNamedBufferData_no_error() 2502 clear_buffer_sub_data_no_error(ctx, *bufObj, internalformat, offset, size, in _mesa_ClearBufferSubData_no_error() 2536 clear_buffer_sub_data_no_error(ctx, bufObj, internalformat, offset, size, in _mesa_ClearNamedBufferSubData_no_error()
|