OSDN Git Service

Fix GL texture binding for TextureViews
authorChris Craik <ccraik@google.com>
Wed, 27 May 2015 18:06:21 +0000 (11:06 -0700)
committerChris Craik <ccraik@google.com>
Wed, 27 May 2015 18:06:22 +0000 (11:06 -0700)
commit5f1356c80a3f0daf436aa4250dcfa8fce3029828
tree8fb9a49f4486599bec26d53247aa5f8e77366c43
parentaa1cd25db72297f13539928e8aa45ba992f2f230
Fix GL texture binding for TextureViews

bug:21431334

Should be explicitly passing target through, to ensure
GL_EXTERNAL_OES textures are bound correctly.

Change-Id: I997672ae292ea7fc016c02a59a3c7c8358ecfe0b
libs/hwui/renderstate/RenderState.cpp