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

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c37 #define NUM_CPAL_FORMATS (sizeof(cpal_formats) / sizeof(cpal_formats[0])) macro
40 static GLint tex_format = NUM_CPAL_FORMATS;
389 tex_format = (tex_format + 1) % (NUM_CPAL_FORMATS + 1);
390 if (tex_format < NUM_CPAL_FORMATS) {

Completed in 2 milliseconds