Searched refs:tableReady (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_s3tc.c73 static GLboolean tableReady = GL_FALSE; local
74 if (!tableReady) {
86 tableReady = GL_TRUE;
H A Dformat_unpack.c64 static GLboolean tableReady = GL_FALSE; local
65 if (!tableReady) {
77 tableReady = GL_TRUE;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texfetch.c60 static GLboolean tableReady = GL_FALSE; local
61 if (!tableReady) {
73 tableReady = GL_TRUE;
/external/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc.c73 static GLboolean tableReady = GL_FALSE; local
74 if (!tableReady) {
86 tableReady = GL_TRUE;
H A Dformat_unpack.c64 static GLboolean tableReady = GL_FALSE; local
65 if (!tableReady) {
77 tableReady = GL_TRUE;
/external/mesa3d/src/mesa/swrast/
H A Ds_texfetch.c60 static GLboolean tableReady = GL_FALSE; local
61 if (!tableReady) {
73 tableReady = GL_TRUE;

Completed in 146 milliseconds