Searched refs:InvalidateBufferSubData (Results 1 – 6 of 6) sorted by relevance
360 GET_PROC(InvalidateBufferSubData); in GrGLMakeAssembledGLInterface()732 GET_PROC(InvalidateBufferSubData); in GrGLMakeAssembledGLESInterface()
357 GET_PROC(InvalidateBufferSubData); in GrGLMakeAssembledGLInterface()725 GET_PROC(InvalidateBufferSubData); in GrGLMakeAssembledGLESInterface()
618 functions->InvalidateBufferSubData = st_bufferobj_invalidate; in st_init_bufferobject_functions()
626 void (*InvalidateBufferSubData)( struct gl_context *ctx, member
4498 if (ctx->Driver.InvalidateBufferSubData) in invalidate_buffer_subdata()4499 ctx->Driver.InvalidateBufferSubData(ctx, bufObj, offset, length); in invalidate_buffer_subdata()
1165 #define glInvalidateBufferSubData MANGLE(InvalidateBufferSubData)