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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c1262 upscale_teximage2d(GLsizei inWidth, GLsizei inHeight, argument
1269 assert(outWidth >= inWidth);
1272 assert(inWidth == 1 || inWidth == 2 || inHeight == 1 || inHeight == 2);
1280 const GLint jj = j % inWidth;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1143 upscale_teximage2d(int32_t inWidth, int32_t inHeight, argument
1150 assert(outWidth >= inWidth);
1153 assert(inWidth == 1 || inWidth == 2 || inHeight == 1 || inHeight == 2);
1161 const int32_t jj = j % inWidth;

Completed in 6 milliseconds