Home
last modified time | relevance | path

Searched refs:eglGetNativeClientBufferANDROID (Results 1 – 11 of 11) 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_arm64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
Dstubs_arm.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/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp113 const EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(mFrameBuffer.get()); in onDraw()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in100 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer *)
DeglApi.cpp587 EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer* buffer) { in eglGetNativeClientBufferANDROID() function
590 return cnx->platform.eglGetNativeClientBufferANDROID(buffer); in eglGetNativeClientBufferANDROID()
Degl_platform_entries.cpp181 …ClientBufferANDROID", (__eglMustCastToProperFunctionPointerType)&eglGetNativeClientBufferANDROID },
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp172 const EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(ahb); in onUploadHardwareBitmap()
/frameworks/native/opengl/include/EGL/
Deglext.h535 EGLAPI EGLClientBuffer EGLAPIENTRY eglGetNativeClientBufferANDROID (const struct AHardwareBuffer *b…