• Home
  • Raw
  • Download

Lines Matching refs:configPacked

81     Config *configPacked                  = PackParam<Config *>(config);  in EGL_CreateContext()  local
86 configPacked, share_contextPacked, attrib_listPacked); in EGL_CreateContext()
88 return CreateContext(thread, dpyPacked, configPacked, share_contextPacked, attrib_listPacked); in EGL_CreateContext()
104 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePbufferSurface() local
108 dpyPacked, configPacked, attrib_listPacked); in EGL_CreatePbufferSurface()
110 return CreatePbufferSurface(thread, dpyPacked, configPacked, attrib_listPacked); in EGL_CreatePbufferSurface()
127 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePixmapSurface() local
131 dpyPacked, configPacked, pixmap, attrib_listPacked); in EGL_CreatePixmapSurface()
133 return CreatePixmapSurface(thread, dpyPacked, configPacked, pixmap, attrib_listPacked); in EGL_CreatePixmapSurface()
150 Config *configPacked = PackParam<Config *>(config); in EGL_CreateWindowSurface() local
154 dpyPacked, configPacked, win, attrib_listPacked); in EGL_CreateWindowSurface()
156 return CreateWindowSurface(thread, dpyPacked, configPacked, win, attrib_listPacked); in EGL_CreateWindowSurface()
207 Config *configPacked = PackParam<Config *>(config); in EGL_GetConfigAttrib() local
210 configPacked, attribute, value); in EGL_GetConfigAttrib()
212 return GetConfigAttrib(thread, dpyPacked, configPacked, attribute, value); in EGL_GetConfigAttrib()
552 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePbufferFromClientBuffer() local
556 EGLSurface, dpyPacked, buftype, buffer, configPacked, attrib_listPacked); in EGL_CreatePbufferFromClientBuffer()
558 return CreatePbufferFromClientBuffer(thread, dpyPacked, buftype, buffer, configPacked, in EGL_CreatePbufferFromClientBuffer()
668 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformPixmapSurface() local
672 EGLSurface, dpyPacked, configPacked, native_pixmap, attrib_listPacked); in EGL_CreatePlatformPixmapSurface()
674 return CreatePlatformPixmapSurface(thread, dpyPacked, configPacked, native_pixmap, in EGL_CreatePlatformPixmapSurface()
692 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformWindowSurface() local
696 EGLSurface, dpyPacked, configPacked, native_window, attrib_listPacked); in EGL_CreatePlatformWindowSurface()
698 return CreatePlatformWindowSurface(thread, dpyPacked, configPacked, native_window, in EGL_CreatePlatformWindowSurface()