summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-04-13 22:03:39 -0700
committerJack Palevich <jackpal@google.com>2009-04-13 22:03:39 -0700
commit8f75e091d9094fd2bb970b341f5e488e3fe8eff9 (patch)
treec131006d17a716bcdc9dda2c584a2b0b1ad1f49c /opengl
parent08a305b8f70799abd61c43f846541b4e980bdf8c (diff)
downloadframeworks_native-8f75e091d9094fd2bb970b341f5e488e3fe8eff9.zip
frameworks_native-8f75e091d9094fd2bb970b341f5e488e3fe8eff9.tar.gz
frameworks_native-8f75e091d9094fd2bb970b341f5e488e3fe8eff9.tar.bz2
Add clarifying comment.
(Primarily as a test of the master_gl branch.)
Diffstat (limited to 'opengl')
-rw-r--r--opengl/tests/copybits/copybits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/copybits/copybits.cpp b/opengl/tests/copybits/copybits.cpp
index ff17cc9..404932a 100644
--- a/opengl/tests/copybits/copybits.cpp
+++ b/opengl/tests/copybits/copybits.cpp
@@ -43,7 +43,7 @@ GLuint texture;
hw_module_t const* gralloc_module;
alloc_device_t *sAllocDev;
-#define FIXED_ONE 0x10000
+#define FIXED_ONE 0x10000 /* 1.0 in 16.16 fixed point. */
int init_gl_surface();
void free_gl_surface();