Home
last modified time | relevance | path

Searched refs:tableReady (Results 1 – 3 of 3) sorted by relevance

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