OSDN Git Service

make GLConsumer's debug texture static
authorMathias Agopian <mathias@google.com>
Fri, 9 Aug 2013 00:46:48 +0000 (17:46 -0700)
committerMathias Agopian <mathias@google.com>
Fri, 9 Aug 2013 00:46:48 +0000 (17:46 -0700)
commit9870c9b66cc73ee31aabba23aa06deaf673ee5ef
tree81899233549379983a353d4bdb2564e0112b2c16
parent6c913be9ca95fd6b556d056e165a4ba6dc69795b
make GLConsumer's debug texture static

this is so that we don't burn a gralloc handle and a bit
of memory per GLConsumer.

Change-Id: I30c3e7ec45d7f1b5426aca8e06c7716870877706
include/gui/GLConsumer.h
libs/gui/GLConsumer.cpp