Home | History | Annotate | Download | only in wrapper

Lines Matching refs:dst

6 dst->clientWaitSyncKHR				= (eglClientWaitSyncKHRFunc)				loader->get("eglClientWaitSyncKHR");
7 dst->createImageKHR = (eglCreateImageKHRFunc) loader->get("eglCreateImageKHR");
8 dst->createPlatformPixmapSurfaceEXT = (eglCreatePlatformPixmapSurfaceEXTFunc) loader->get("eglCreatePlatformPixmapSurfaceEXT");
9 dst->createPlatformWindowSurfaceEXT = (eglCreatePlatformWindowSurfaceEXTFunc) loader->get("eglCreatePlatformWindowSurfaceEXT");
10 dst->createSyncKHR = (eglCreateSyncKHRFunc) loader->get("eglCreateSyncKHR");
11 dst->destroyImageKHR = (eglDestroyImageKHRFunc) loader->get("eglDestroyImageKHR");
12 dst->destroySyncKHR = (eglDestroySyncKHRFunc) loader->get("eglDestroySyncKHR");
13 dst->getPlatformDisplayEXT = (eglGetPlatformDisplayEXTFunc) loader->get("eglGetPlatformDisplayEXT");
14 dst->getSyncAttribKHR = (eglGetSyncAttribKHRFunc) loader->get("eglGetSyncAttribKHR");
15 dst->lockSurfaceKHR = (eglLockSurfaceKHRFunc) loader->get("eglLockSurfaceKHR");
16 dst->setDamageRegionKHR = (eglSetDamageRegionKHRFunc) loader->get("eglSetDamageRegionKHR");
17 dst->signalSyncKHR = (eglSignalSyncKHRFunc) loader->get("eglSignalSyncKHR");
18 dst->swapBuffersWithDamageKHR = (eglSwapBuffersWithDamageKHRFunc) loader->get("eglSwapBuffersWithDamageKHR");
19 dst->unlockSurfaceKHR = (eglUnlockSurfaceKHRFunc) loader->get("eglUnlockSurfaceKHR");
20 dst->waitSyncKHR = (eglWaitSyncKHRFunc) loader->get("eglWaitSyncKHR");