Home
last modified time | relevance | path

Searched refs:eglGetNativeClientBufferANDROID (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt50 EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer)
64 EGLClientBuffer eglGetNativeClientBufferANDROID(
76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
Dstubs_arm64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt39 eglGetNativeClientBufferANDROID; # introduced=26
Dplatform_entries.in72 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in100 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer *)
DeglApi.cpp588 EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer* buffer) { in eglGetNativeClientBufferANDROID() function
591 return cnx->platform.eglGetNativeClientBufferANDROID(buffer); in eglGetNativeClientBufferANDROID()
Degl_platform_entries.cpp200 (__eglMustCastToProperFunctionPointerType)&eglGetNativeClientBufferANDROID },