Home
last modified time | relevance | path

Searched refs:configPacked (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libGLESv2/
Degl_stubs_autogen.h57 Config *configPacked,
70 Config *configPacked,
74 Config *configPacked,
78 Config *configPacked,
83 Config *configPacked,
88 Config *configPacked,
97 Config *configPacked,
106 Config *configPacked,
Dentry_points_egl_autogen.cpp81 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
[all …]
Degl_ext_stubs_autogen.h50 Config *configPacked,
55 Config *configPacked,
Dentry_points_egl_ext_autogen.cpp628 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformPixmapSurfaceEXT() local
632 EGLSurface, dpyPacked, configPacked, native_pixmap, attrib_listPacked); in EGL_CreatePlatformPixmapSurfaceEXT()
634 return CreatePlatformPixmapSurfaceEXT(thread, dpyPacked, configPacked, native_pixmap, in EGL_CreatePlatformPixmapSurfaceEXT()
652 Config *configPacked = PackParam<Config *>(config); in EGL_CreatePlatformWindowSurfaceEXT() local
656 EGLSurface, dpyPacked, configPacked, native_window, attrib_listPacked); in EGL_CreatePlatformWindowSurfaceEXT()
658 return CreatePlatformWindowSurfaceEXT(thread, dpyPacked, configPacked, native_window, in EGL_CreatePlatformWindowSurfaceEXT()
Degl_ext_stubs.cpp70 Config *configPacked, in CreatePlatformPixmapSurfaceEXT() argument
83 Config *configPacked, in CreatePlatformWindowSurfaceEXT() argument
/external/angle/src/libANGLE/
DvalidationEGL_autogen.h32 const Config *configPacked,
37 const Config *configPacked,
41 const Config *configPacked,
46 const Config *configPacked,
57 const Config *configPacked,
121 const Config *configPacked,
144 const Config *configPacked,
149 const Config *configPacked,
331 const Config *configPacked,
336 const Config *configPacked,
DvalidationEGL.cpp5945 const Config *configPacked, in ValidateCreatePlatformPixmapSurface() argument
5951 return ValidateCreatePixmapSurface(val, dpyPacked, configPacked, nativePixmap, in ValidateCreatePlatformPixmapSurface()
5957 const Config *configPacked, in ValidateCreatePlatformWindowSurface() argument
5963 return ValidateCreateWindowSurface(val, dpyPacked, configPacked, nativeWindow, in ValidateCreatePlatformWindowSurface()