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

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dcubemap.c60 static GLubyte image2[imageSize][imageSize][4]; variable in typeref:typename:GLubyte[][][4]
80 image2[i][j][0] = (GLubyte) c;
81 image2[i][j][1] = (GLubyte) c;
82 image2[i][j][2] = (GLubyte) 0;
83 image2[i][j][3] = (GLubyte) 255;
128 imageSize, 0, GL_RGBA, GL_UNSIGNED_BYTE, image2);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dpbo.c247 GLubyte *image2 = (GLubyte *) malloc(ImgWidth * ImgHeight * 4); local in function:Init
250 image2[i*4+0] = Image[i*3+0];
251 image2[i*4+1] = Image[i*3+1];
252 image2[i*4+2] = Image[i*3+2];
253 image2[i*4+3] = 255;
256 Image = image2;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.3.3.rst79 - dri_interface: add put shm image2 (v2)
H A D19.0.0.rst496 - dri_interface: add put shm image2 (v2)

Completed in 6 milliseconds