Searched refs:widthIn (Results 1 – 3 of 3) sorted by relevance
110 GLuint widthIn, in st_gl_texture_dims_to_pipe_dims() argument122 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()129 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()138 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()145 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()151 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()160 *widthOut = widthIn; in st_gl_texture_dims_to_pipe_dims()
161 GLuint widthIn,
2325 static void findClosestSizeAndSubtype(videoDevice * VD, int widthIn, int heightIn, int &widthOut, i…2367 if( widthIn == x ){2372 else if( abs(widthIn-x) < abs(widthIn-tempW) ){2394 widthOut = widthIn;2402 …else if( abs(widthIn - tempW) + abs(heightIn - tempH) < abs(widthIn - nearW) + abs(heightIn - nea…