Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/glx/windows/
H A Dwindowsgl.h39 windowsDrawable *windows_create_drawable(int type, void *handle);
H A Dwindows_drawable.c102 windows_create_drawable(int type, void *handle) in windows_create_drawable() function
/aosp_15_r20/external/mesa3d/src/glx/
H A Ddriwindows_glx.c292 pdp->windowsDrawable = windows_create_drawable(type, handle); in driwindowsCreateDrawable()