diff options
author | Stan Iliev <stani@google.com> | 2016-10-26 10:30:09 -0400 |
---|---|---|
committer | Stan Iliev <stani@google.com> | 2016-11-03 13:28:49 -0400 |
commit | 500a0c30d4dcd012218c3e44a62926a1c34a259f (patch) | |
tree | 674811f3d2d545ac306a5aaf3b3132b9734f044a /libs/hwui/DeviceInfo.h | |
parent | 253f81b36747f54b4ba040f523df02d4b33163b7 (diff) |
Implement Skia pipelines for OpenGL and Vulkan.
Implement Skia pipelines for OpenGL and Vulkan:
base SkiaPipeline, SkiaOpenGLPipeline and SkiaVulkanPipeline.
Write unit tests for SkiaPipeline.
Test: Built and run manually on angler-eng.
Change-Id: Ie02583426cb3547541ad9bf91700602a6163ff58
Diffstat (limited to 'libs/hwui/DeviceInfo.h')
-rw-r--r-- | libs/hwui/DeviceInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/DeviceInfo.h b/libs/hwui/DeviceInfo.h index e551eb9bb8c0..aff84b02d85a 100644 --- a/libs/hwui/DeviceInfo.h +++ b/libs/hwui/DeviceInfo.h @@ -32,6 +32,7 @@ public: // only call this after GL has been initialized, or at any point if compiled // with HWUI_NULL_GPU static void initialize(); + static void initialize(int maxTextureSize); int maxTextureSize() const { return mMaxTextureSize; } |