Home
last modified time | relevance | path

Searched refs:ARect (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/include/android_stub/android/
Drect.h45 typedef struct ARect { struct
57 } ARect; argument
Dhardware_buffer.h430 int32_t fence, const ARect* rect, void** outVirtualAddress) __INTRODUCED_IN(26);
460 int32_t fence, const ARect* rect, AHardwareBuffer_Planes* outPlanes) __INTRODUCED_IN(29);
535 int32_t fence, const ARect* rect, void** outVirtualAddress,
Dnative_window.h178 ARect* inOutDirtyBounds);
/third_party/flutter/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h154 ARect contentRect;
184 ARect pendingContentRect;
/third_party/skia/third_party/externals/angle2/util/android/third_party/
Dandroid_native_app_glue.h154 ARect contentRect;
184 ARect pendingContentRect;
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidNativeActivity.cpp94 static void onContentRectChangedCallback (ANativeActivity* activity, const ARect* rect) in onContentRectChangedCallback()
203 void NativeActivity::onContentRectChanged (const ARect* rect) in onContentRectChanged()
DtcuAndroidNativeActivity.hpp63 virtual void onContentRectChanged (const ARect* rect);
/third_party/flutter/skia/tools/sk_app/android/
DRasterWindowContext_android.cpp34 ARect fBounds;
/third_party/skia/tools/sk_app/android/
DRasterWindowContext_android.cpp34 ARect fBounds;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDeviceMemoryExternalAndroid.cpp309 ARect *rect = nullptr; in lockAndroidHardwareBuffer()