Home
last modified time | relevance | path

Searched refs:eglGetNativeClientBufferANDROID (Results 1 – 13 of 13) 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/av/services/camera/virtualcamera/util/
DEglFramebuffer.cc46 EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(hwBuffer.get()); in EglFrameBuffer()
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
Dstubs_arm64.cc97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
216 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
Dstubs_arm.cc97 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID);
216 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.cpp118 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.cpp184 …ClientBufferANDROID", (__eglMustCastToProperFunctionPointerType)&eglGetNativeClientBufferANDROID },
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp179 const EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(ahb); in onUploadHardwareBitmap()
/frameworks/native/opengl/include/EGL/
Deglext.h535 EGLAPI EGLClientBuffer EGLAPIENTRY eglGetNativeClientBufferANDROID (const struct AHardwareBuffer *b…