Home
last modified time | relevance | path

Searched refs:WinTGALoad (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/samples/gles2_book/Common/
DesUtil_win.h59 int WinTGALoad ( const char *fileName, char **buffer, int *width, int *height );
DesUtil.c284 if ( WinTGALoad ( fileName, &buffer, width, height ) ) in esLoadTGA()
/external/chromium_org/third_party/angle/samples/gles2_book/Common/Win32/
DesUtil_TGA.c64 int WinTGALoad( const char *fileName, char **buffer, int *width, int *height ) in WinTGALoad() function