Searched refs:ptHeight (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 329 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 384 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 391 ptHeight, in guess_and_alloc_texture() 468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 479 ptHeight, in st_AllocTextureImageBuffer() 1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_finalize_texture() local 1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_finalize_texture() 1242 stObj->pt->height0 != ptHeight || in st_finalize_texture() 1265 ptHeight, in st_finalize_texture() [all …]
|
D | st_texture.c | 176 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 190 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 196 ptHeight != u_minify(pt->height0, image->Level) || in st_texture_match_image()
|