Home
last modified time | relevance | path

Searched refs:buffer_type_hint (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dbuffer.c138 context_bind_bo(context, buffer->buffer_type_hint, buffer->buffer_object); in buffer_bind()
546 GL_EXTCALL(glBufferSubData(buffer->buffer_type_hint, in wined3d_buffer_upload_ranges()
1076 buffer->map_ptr = GL_EXTCALL(glMapBufferRange(buffer->buffer_type_hint, in wined3d_buffer_map()
1084 buffer->map_ptr = GL_EXTCALL(glMapBuffer(buffer->buffer_type_hint, in wined3d_buffer_map()
1093 GL_EXTCALL(glUnmapBuffer(buffer->buffer_type_hint)); in wined3d_buffer_map()
1170 GL_EXTCALL(glFlushMappedBufferRange(buffer->buffer_type_hint, in wined3d_buffer_unmap()
1179 GL_EXTCALL(glFlushMappedBufferRangeAPPLE(buffer->buffer_type_hint, in wined3d_buffer_unmap()
1185 GL_EXTCALL(glUnmapBuffer(buffer->buffer_type_hint)); in wined3d_buffer_unmap()
1212 context_copy_bo_address(context, &dst, dst_buffer->buffer_type_hint, in wined3d_buffer_copy()
1213 &src, src_buffer->buffer_type_hint, size); in wined3d_buffer_copy()
[all …]
H A Dview.c1040 context_bind_bo(context, buffer->buffer_type_hint, buffer->buffer_object); in wined3d_unordered_access_view_clear_uint()
1041 GL_EXTCALL(glClearBufferSubData(buffer->buffer_type_hint, format->glInternal, in wined3d_unordered_access_view_clear_uint()
1078 context_copy_bo_address(context, &dst, buffer->buffer_type_hint, in wined3d_unordered_access_view_copy_counter()
H A Dwined3d_private.h3717 GLenum buffer_type_hint; member