Searched refs:eglGetNativeClientBufferANDROID (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_native_client_buffer.txt | 50 EGLClientBuffer eglGetNativeClientBufferANDROID(const struct AHardwareBuffer *buffer) 64 EGLClientBuffer eglGetNativeClientBufferANDROID( 76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm64.cc | 92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID); 206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
|
D | stubs_arm.cc | 92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetNativeClientBufferANDROID); 206 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetNativeClientBufferANDROID); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 39 eglGetNativeClientBufferANDROID; # introduced=26
|
D | platform_entries.in | 72 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer*)
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | VkInteropFunctorDrawable.cpp | 113 const EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(mFrameBuffer.get()); in onDraw()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 100 EGL_ENTRY(EGLClientBuffer, eglGetNativeClientBufferANDROID, const AHardwareBuffer *)
|
D | eglApi.cpp | 587 EGLClientBuffer eglGetNativeClientBufferANDROID(const AHardwareBuffer* buffer) { in eglGetNativeClientBufferANDROID() function 590 return cnx->platform.eglGetNativeClientBufferANDROID(buffer); in eglGetNativeClientBufferANDROID()
|
D | egl_platform_entries.cpp | 181 …ClientBufferANDROID", (__eglMustCastToProperFunctionPointerType)&eglGetNativeClientBufferANDROID },
|
/frameworks/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 172 const EGLClientBuffer clientBuffer = eglGetNativeClientBufferANDROID(ahb); in onUploadHardwareBitmap()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 535 EGLAPI EGLClientBuffer EGLAPIENTRY eglGetNativeClientBufferANDROID (const struct AHardwareBuffer *b…
|