Searched refs:ReadFormat (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | readpix.c | 36 #define ReadFormat ImgFormat macro 39 static GLenum ReadFormat = GL_RGBA; variable in typeref:typename:GLenum 42 static GLenum ReadFormat = GL_RGB; variable in typeref:typename:GLenum 45 static GLenum ReadFormat = GL_RGB; variable in typeref:typename:GLenum 48 static GLenum ReadFormat = GL_RGBA; variable in typeref:typename:GLenum 51 static GLenum ReadFormat = GL_BGRA; variable in typeref:typename:GLenum 54 static GLenum ReadFormat = GL_BGRA; variable in typeref:typename:GLenum 57 static GLenum ReadFormat = GL_RGBA; variable in typeref:typename:GLenum 226 ReadFormat, ReadType, TempImage); 242 ReadFormat, ReadTyp [all...] |
| H A D | pixeltest.c | 45 static GLenum ReadFormat = GL_RGB; variable in typeref:typename:GLenum 324 ReadFormat, ReadType, TempImage); 331 glDrawPixels(ImgWidth*5, ImgHeight*5, ReadFormat, ReadType, myImage);
|
| /xsrc/external/mit/mesa-demos/dist/src/perf/ |
| H A D | readpixels.c | 47 static GLenum ReadFormat, ReadType; variable in typeref:typename:GLenum 92 ReadFormat, ReadType, ReadBuffer); 140 ReadFormat = DstFormats[fmt].format; 151 if (ReadFormat == GL_DEPTH_STENCIL_EXT && !HaveDepthStencil) {
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | subtexrate.c | 21 static GLenum ReadFormat = GL_RGBA; /* for glReadPixels */ variable in typeref:typename:GLenum 117 ReadFormat, GL_UNSIGNED_BYTE, image); 122 ReadFormat, GL_UNSIGNED_BYTE, image); 127 ReadFormat, GL_UNSIGNED_BYTE, image); 132 ReadFormat, GL_UNSIGNED_BYTE, image); 137 ReadFormat, GL_UNSIGNED_BYTE, image); 168 ReadFormat, GL_UNSIGNED_BYTE, image);
|
| H A D | pbo.c | 35 static GLenum ReadFormat = GL_BGRA; variable in typeref:typename:GLenum 136 ReadFormat, ReadType, 0); 148 ReadFormat, ReadType, 0); 159 glDrawPixels(ImgWidth, ImgHeight, ReadFormat, ReadType, 0);
|
Completed in 5 milliseconds