Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp316 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 Degl_ext_stubs_autogen.h78 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer);
H A Degl_ext_stubs.cpp224 EGLClientBuffer GetNativeClientBufferANDROID(Thread *thread, const struct AHardwareBuffer *buffer) in GetNativeClientBufferANDROID() function