Searched refs:LoadYUVImage (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | readtex.h | 24 LoadYUVImage( const char *imageFile, GLint *width, GLint *height );
|
| H A D | readtex.c | 459 GLushort *LoadYUVImage( const char *imageFile, GLint *width, GLint *height ) function in typeref:typename:GLushort * 472 "Error in LoadYUVImage %d-component images not implemented\n",
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | yuvrect.c | 141 ImageYUV = LoadYUVImage(file, &ImgWidth, &ImgHeight);
|
| H A D | ext422square.c | 169 ImageYUV = LoadYUVImage(file, &ImgWidth, &ImgHeight );
|
| H A D | yuvsquare.c | 152 ImageYUV = LoadYUVImage(file, &ImgWidth, &ImgHeight );
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | yuvrect_client.c | 137 ImageYUV = LoadYUVImage(file, &ImgWidth, &ImgHeight);
|
Completed in 43 milliseconds