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

/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dray.c66 static GLubyte checkmap[TEX_CHECK_HEIGHT][TEX_CHECK_WIDTH][3]; variable in typeref:typename:GLubyte[][][3]
422 checkmap[y][x][0] = (GLubyte) c[0];
423 checkmap[y][x][1] = (GLubyte) c[1];
424 checkmap[y][x][2] = (GLubyte) c[2];
431 &checkmap[slot * TEX_CHECK_SLOT_SIZE][0][0]);
759 0, GL_RGB, GL_UNSIGNED_BYTE, checkmap);

Completed in 2 milliseconds