Searched refs:glFlushMappedBufferRange (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | wined3d_gl.h | 286 USE_GL_FUNC(glFlushMappedBufferRange) \
|
H A D | buffer.c | 823 GL_EXTCALL(glFlushMappedBufferRange(This->buffer_type_hint, start, len)); 824 checkGLcall("glFlushMappedBufferRange"); 1331 GL_EXTCALL(glFlushMappedBufferRange(buffer->buffer_type_hint, 1333 checkGLcall("glFlushMappedBufferRange");
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | buffer.c | 919 GL_EXTCALL(glFlushMappedBufferRange(This->buffer_type_hint, start, len)); 920 checkGLcall("glFlushMappedBufferRange"); 1388 GL_EXTCALL(glFlushMappedBufferRange(This->buffer_type_hint, 1391 checkGLcall("glFlushMappedBufferRange");
|
H A D | wined3d_gl.h | 3922 glFlushMappedBufferRange, ARB_MAP_BUFFER_RANGE, NULL) \
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | glprocs.h | 635 "glFlushMappedBufferRange\0" 2080 NAME_FUNC_OFFSET( 9341, glFlushMappedBufferRange, glFlushMappedBufferRange, NULL, 580),
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | glprocs.h | 632 "glFlushMappedBufferRange\0" 2257 NAME_FUNC_OFFSET(9341, glFlushMappedBufferRange, glFlushMappedBufferRange,
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | glprocs.h | 632 "glFlushMappedBufferRange\0" 2257 NAME_FUNC_OFFSET(9341, glFlushMappedBufferRange, glFlushMappedBufferRange,
|
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | gl_mangle.h | 487 #define glFlushMappedBufferRange MANGLE(FlushMappedBufferRange) macro
|
H A D | glext.h | 6873 GLAPI void APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_gl.h | 3931 glFlushMappedBufferRange, ARB_MAP_BUFFER_RANGE, NULL) \
|
/vbox/src/VBox/Devices/Graphics/vmsvga_glext/ |
H A D | glext.h | 7756 GLAPI void APIENTRY glFlushMappedBufferRange (GLenum target, GLintptr offset, GLsizeiptr length);
|
Completed in 971 milliseconds