Searched refs:GetNativeClientBufferANDROID (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.cpp | 316 EGL_EVENT(GetNativeClientBufferANDROID, "buffer = 0x%016" PRIxPTR "", (uintptr_t)buffer); in EGL_GetNativeClientBufferANDROID() 319 ANGLE_EGL_SCOPED_CONTEXT_LOCK(GetNativeClientBufferANDROID, thread); in EGL_GetNativeClientBufferANDROID() 322 ANGLE_EGL_VALIDATE(thread, GetNativeClientBufferANDROID, nullptr, EGLClientBuffer, in EGL_GetNativeClientBufferANDROID() 329 returnValue = GetNativeClientBufferANDROID(thread, buffer); in EGL_GetNativeClientBufferANDROID() 332 ANGLE_CAPTURE_EGL(GetNativeClientBufferANDROID, true, thread, buffer, returnValue); in EGL_GetNativeClientBufferANDROID()
|
H A D | egl_ext_stubs_autogen.h | 78 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
|
H A D | egl_ext_stubs.cpp | 224 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer) in GetNativeClientBufferANDROID() function
|