Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/windows/
Dwindowsgl.h42 void windows_copy_subbuffer(windowsDrawable *windowsDrawable, int x, int y, int width, int height);
Dwindowsgl.c273 windows_copy_subbuffer(windowsDrawable *draw, in windows_copy_subbuffer() function
/external/mesa3d/src/glx/
Ddriwindows_glx.c380 windows_copy_subbuffer(pdp->windowsDrawable, x, y, width, height); in driwindowsCopySubBuffer()