/external/angle/src/libGLESv2/ |
D | egl_stubs_autogen.h | 57 Config *configPacked, 70 Config *configPacked, 74 Config *configPacked, 78 Config *configPacked, 83 Config *configPacked, 88 Config *configPacked, 97 Config *configPacked, 106 Config *configPacked,
|
D | entry_points_egl_autogen.cpp | 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 [all …]
|
D | egl_ext_stubs_autogen.h | 50 Config *configPacked, 55 Config *configPacked,
|
D | entry_points_egl_ext_autogen.cpp | 628 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()
|
D | egl_ext_stubs.cpp | 70 Config *configPacked, in CreatePlatformPixmapSurfaceEXT() argument 83 Config *configPacked, in CreatePlatformWindowSurfaceEXT() argument
|
/external/angle/src/libANGLE/ |
D | validationEGL_autogen.h | 32 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,
|
D | validationEGL.cpp | 5945 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()
|