HomeSort by relevance Sort by last modified time
    Searched refs:tableReady (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/main/
texcompress_s3tc.c 73 static GLboolean tableReady = GL_FALSE;
74 if (!tableReady) {
86 tableReady = GL_TRUE;
format_unpack.c 64 static GLboolean tableReady = GL_FALSE;
65 if (!tableReady) {
77 tableReady = GL_TRUE;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfetch.c 60 static GLboolean tableReady = GL_FALSE;
61 if (!tableReady) {
73 tableReady = GL_TRUE;

Completed in 2954 milliseconds