Searched refs:ptWidth (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.c | 329 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local 384 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 390 ptWidth, 468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local 472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 478 ptWidth, 1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local 1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 1241 stObj->pt->width0 != ptWidth || 1264 ptWidth, 1315 GLuint ptWidth, ptHeight, ptDepth, ptLayers, bindings; local [all...] |
H A D | st_texture.c | 176 GLuint ptWidth, ptHeight, ptDepth, ptLayers; local 190 &ptWidth, &ptHeight, &ptDepth, &ptLayers); 195 if (ptWidth != u_minify(pt->width0, image->Level) ||
|
Completed in 109 milliseconds