Home
last modified time | relevance | path

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

/external/angle/src/libGLESv2/
Degl_ext_stubs_autogen.h125 Device *devicePacked,
128 const char *QueryDeviceStringEXT(Thread *thread, Device *devicePacked, EGLint name);
177 EGLBoolean ReleaseDeviceANGLE(Thread *thread, Device *devicePacked);
Dentry_points_egl_ext_autogen.cpp252 Device *devicePacked = PackParam<Device *>(device); in EGL_ReleaseDeviceANGLE() local
254 ANGLE_EGL_VALIDATE(thread, ReleaseDeviceANGLE, nullptr, EGLBoolean, devicePacked); in EGL_ReleaseDeviceANGLE()
256 return ReleaseDeviceANGLE(thread, devicePacked); in EGL_ReleaseDeviceANGLE()
573 Device *devicePacked = PackParam<Device *>(device); in EGL_QueryDeviceAttribEXT() local
575 ANGLE_EGL_VALIDATE(thread, QueryDeviceAttribEXT, nullptr, EGLBoolean, devicePacked, attribute, in EGL_QueryDeviceAttribEXT()
578 return QueryDeviceAttribEXT(thread, devicePacked, attribute, value); in EGL_QueryDeviceAttribEXT()
589 Device *devicePacked = PackParam<Device *>(device); in EGL_QueryDeviceStringEXT() local
591 ANGLE_EGL_VALIDATE(thread, QueryDeviceStringEXT, nullptr, const char *, devicePacked, name); in EGL_QueryDeviceStringEXT()
593 return QueryDeviceStringEXT(thread, devicePacked, name); in EGL_QueryDeviceStringEXT()
/external/angle/src/libANGLE/
DvalidationEGL_autogen.h233 bool ValidateReleaseDeviceANGLE(const ValidationContext *val, const Device *devicePacked);
317 const Device *devicePacked,
321 const Device *devicePacked,