diff options
author | 2015-02-25 14:32:41 -0800 | |
---|---|---|
committer | 2015-02-25 16:00:02 -0800 | |
commit | 041b985dbb2f75aa492236d46ab47dbda8c2c74e (patch) | |
tree | 451fec12b6d3bde68dfdd11837a6e9751b4e557f /libs/hwui/Extensions.cpp | |
parent | df570c6e66d98536597737f863430510b6336ffe (diff) |
Add null egl/gles stub support
Change-Id: I41372585202f69ef31a4ef95efc75fb7a1ff7289
Diffstat (limited to 'libs/hwui/Extensions.cpp')
-rw-r--r-- | libs/hwui/Extensions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Extensions.cpp b/libs/hwui/Extensions.cpp index c68822b04011..2a82216eb145 100644 --- a/libs/hwui/Extensions.cpp +++ b/libs/hwui/Extensions.cpp @@ -55,7 +55,6 @@ Extensions::Extensions() { mHasFramebufferFetch = hasGlExtension("GL_NV_shader_framebuffer_fetch"); mHasDiscardFramebuffer = hasGlExtension("GL_EXT_discard_framebuffer"); mHasDebugMarker = hasGlExtension("GL_EXT_debug_marker"); - mHasDebugLabel = hasGlExtension("GL_EXT_debug_label"); mHasTiledRendering = hasGlExtension("GL_QCOM_tiled_rendering"); mHas1BitStencil = hasGlExtension("GL_OES_stencil1"); mHas4BitStencil = hasGlExtension("GL_OES_stencil4"); |