/frameworks/rs/driver/ |
rsdAllocation.h | 32 struct ANativeWindowBuffer; 59 ANativeWindowBuffer *wndBuffer;
|
/frameworks/native/libs/gui/tests/ |
SurfaceTextureClient_test.cpp | 221 ANativeWindowBuffer* buf; 231 ANativeWindowBuffer* buf; 243 ANativeWindowBuffer* buf; 255 ANativeWindowBuffer* buf; 267 ANativeWindowBuffer* buf; 286 ANativeWindowBuffer* buf; 305 ANativeWindowBuffer* buf; 315 ANativeWindowBuffer* buf[2]; 336 ANativeWindowBuffer* buf[2];
|
Surface_test.cpp | 135 ANativeWindowBuffer* buf = 0; 225 ANativeWindowBuffer* buffer; 239 buffer = static_cast<ANativeWindowBuffer*>(graphicBuffer.get()); 315 ANativeWindowBuffer* buffer; 346 ANativeWindowBuffer* buffers[BUFFER_COUNT]; 400 ANativeWindowBuffer* buffer = nullptr; 764 ANativeWindowBuffer* buffer = nullptr; [all...] |
/external/deqp/modules/egl/ |
teglAndroidUtil.cpp | 88 ANativeWindowBuffer* m_windowBuffer;
|
/frameworks/av/media/libstagefright/ |
FrameRenderTracker.cpp | 51 ANativeWindowBuffer *buf, int fenceFd, int index) {
|
SurfaceUtils.cpp | 133 ANativeWindowBuffer* anb = NULL;
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3StreamSplitter.h | 78 status_t attachBufferToOutputs(ANativeWindowBuffer* anb,
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 242 status_t lock(ANativeWindowBuffer* buf, int usage, void** vaddr); 243 status_t unlock(ANativeWindowBuffer* buf); 245 ANativeWindowBuffer* buffer; 246 ANativeWindowBuffer* previousBuffer; 333 ANativeWindowBuffer* dst, void* dst_vaddr, 334 ANativeWindowBuffer* src, void const* src_vaddr, 438 ANativeWindowBuffer* buf, int usage, void** vaddr) 445 status_t egl_window_surface_v2_t::unlock(ANativeWindowBuffer* buf) 453 ANativeWindowBuffer* dst, void* dst_vaddr, 454 ANativeWindowBuffer* src, void const* src_vaddr [all...] |
texture.cpp | 131 ANativeWindowBuffer* native_buffer = u.texture->buffer; 153 ANativeWindowBuffer* native_buffer = u.texture->buffer; [all...] |
TextureObjectManager.cpp | 146 status_t EGLTextureObject::setImage(ANativeWindowBuffer* native_buffer)
|
/hardware/intel/img/hwcomposer/merrifield/test/ |
nv12_ved_test.cpp | 90 ANativeWindowBuffer *anb;
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_image.c | 209 struct ANativeWindowBuffer *buf) 263 (struct ANativeWindowBuffer *) buffer);
|
/external/swiftshader/src/OpenGL/common/ |
Image.hpp | 240 explicit AndroidNativeImage(ANativeWindowBuffer *nativeBuffer) 251 ANativeWindowBuffer *nativeBuffer; 278 // Lock the ANativeWindowBuffer and use its address. 294 if(nativeBuffer) // Unlock the buffer from ANativeWindowBuffer
|
/frameworks/native/libs/gui/ |
Surface.cpp | 378 ANativeWindowBuffer** buffer, int* fenceFd) { 384 ANativeWindowBuffer* buffer, int fenceFd) { 390 ANativeWindowBuffer* buffer, int fenceFd) { 396 ANativeWindowBuffer** buffer) { 398 ANativeWindowBuffer* buf; 417 ANativeWindowBuffer* buffer) { 423 ANativeWindowBuffer* buffer) { 429 ANativeWindowBuffer* buffer) { [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 33 #define android_native_buffer_t ANativeWindowBuffer 77 ANativeWindowBuffer *buf; 173 * Import an ANativeWindowBuffer allocated by the server. 177 ANativeWindowBuffer *abuf) 244 ANativeWindowBuffer *abuf) 728 ANativeWindowBuffer *abuf;
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 69 get_native_buffer_name(struct ANativeWindowBuffer *buf) 283 struct ANativeWindowBuffer *buf) 362 (struct ANativeWindowBuffer *) buffer);
|
/frameworks/av/services/camera/libcameraservice/device1/ |
CameraHardwareInterface.h | 407 std::pair<bool, uint64_t> getBufferId(ANativeWindowBuffer* anb); 522 std::unordered_map<uint64_t, ANativeWindowBuffer*> mReversedBufMap;
|
CameraHardwareInterface.cpp | 197 ANativeWindowBuffer* anb) { 225 ANativeWindowBuffer* anb; 886 ANativeWindowBuffer* anb; 914 container_of(buffer, ANativeWindowBuffer, handle), -1); 922 container_of(buffer, ANativeWindowBuffer, handle), -1); [all...] |
/frameworks/native/libs/nativewindow/ |
AHardwareBuffer.cpp | 431 const ANativeWindowBuffer* AHardwareBuffer_to_ANativeWindowBuffer(const AHardwareBuffer* buffer) { 435 ANativeWindowBuffer* AHardwareBuffer_to_ANativeWindowBuffer(AHardwareBuffer* buffer) {
|
/development/ndk/platforms/android-14/include/EGL/ |
eglext.h | 228 struct ANativeWindowBuffer;
|
/development/ndk/platforms/android-9/include/EGL/ |
eglext.h | 228 struct ANativeWindowBuffer;
|
/external/deqp/framework/platform/android/ |
tcuAndroidInternals.cpp | 139 //! android_native_base_t::magic for ANativeWindowBuffer 270 ANativeWindowBuffer* GraphicBuffer::getNativeBuffer (void) const
|
/frameworks/av/media/libstagefright/include/ |
CameraSource.h | 279 // A mapping from ANativeWindowBuffer sent to encoder to BufferItem received from camera. 281 KeyedVector<ANativeWindowBuffer*, BufferItem> mReceivedBufferItemMap;
|
/hardware/intel/common/utils/ISV/base/ |
isv_bufmanager.cpp | 223 status_t ISVBufferManager::useBuffer(const sp<ANativeWindowBuffer> nativeBuffer)
|
/frameworks/native/vulkan/libvulkan/ |
swapchain.cpp | 226 android::sp<ANativeWindowBuffer> buffer; [all...] |