Searched refs:eglGetNativeClientBufferANDROID (Results 1 – 8 of 8) sorted by relevance
50 EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer)64 EGLClientBuffer eglGetNativeClientBufferANDROID(76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
39 eglGetNativeClientBufferANDROID; # introduced=26
72 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer*)
100 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer *)
588 EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer* buffer) { in eglGetNativeClientBufferANDROID() function591 return cnx->platform.eglGetNativeClientBufferANDROID(buffer); in eglGetNativeClientBufferANDROID()
200 (__eglMustCastToProperFunctionPointerType)&eglGetNativeClientBufferANDROID },