Searched refs:NearestFilter (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dmipmap_comp.c56 static GLboolean NearestFilter = GL_TRUE; variable in typeref:typename:GLboolean
68 NearestFilter = GL_TRUE;
161 NearestFilter ? "NEAREST" : "LINEAR");
168 if (NearestFilter) {
249 NearestFilter = !NearestFilter;
H A Dmipmap_comp_tests.c56 static GLboolean NearestFilter; variable in typeref:typename:GLboolean
95 NearestFilter = GL_TRUE;
183 NearestFilter ? "NEAREST" : "LINEAR");
193 if (NearestFilter) {
275 NearestFilter = !NearestFilter;
H A Dmipmap_tunnel.c21 static GLboolean NearestFilter = GL_FALSE; variable in typeref:typename:GLboolean
153 if (NearestFilter) {
225 NearestFilter = !NearestFilter;

Completed in 3 milliseconds