diff options
author | 2015-08-04 20:39:07 +0000 | |
---|---|---|
committer | 2015-08-04 20:39:07 +0000 | |
commit | 2fa3eec0e1807f6a45b71a41624698e8cc949026 (patch) | |
tree | 353e8e35e9382f4e6f3b0cb5edc54eae669ef7df /libs/hwui/Extensions.cpp | |
parent | d6ef2313ff2ed5ae3fc90548051672f9f29d6650 (diff) | |
parent | 93c14069588eac2c652263295bc89eb2a2eb3d6b (diff) |
am 93c14069: Merge "hwui: add extension to support unpack operations in OpenGL ES 2.0"
* commit '93c14069588eac2c652263295bc89eb2a2eb3d6b':
hwui: add extension to support unpack operations in OpenGL ES 2.0
Diffstat (limited to 'libs/hwui/Extensions.cpp')
-rw-r--r-- | libs/hwui/Extensions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Extensions.cpp b/libs/hwui/Extensions.cpp index 84e7e650c52e..25004b69c496 100644 --- a/libs/hwui/Extensions.cpp +++ b/libs/hwui/Extensions.cpp @@ -61,6 +61,7 @@ Extensions::Extensions(): Singleton<Extensions>() { mHasTiledRendering = hasGlExtension("GL_QCOM_tiled_rendering"); mHas1BitStencil = hasGlExtension("GL_OES_stencil1"); mHas4BitStencil = hasGlExtension("GL_OES_stencil4"); + mHasUnpackSubImage = hasGlExtension("GL_EXT_unpack_subimage"); // Query EGL extensions findExtensions(eglQueryString(eglGetCurrentDisplay(), EGL_EXTENSIONS), mEglExtensionList); |