Searched refs:ptLayers (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() 393 ptLayers, in guess_and_alloc_texture() 468 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 472 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 481 ptLayers, in st_AllocTextureImageBuffer() 1182 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_finalize_texture() local 1231 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_finalize_texture() 1244 stObj->pt->array_size != ptLayers) in st_finalize_texture() 1267 ptLayers, 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() 198 ptLayers != pt->array_size) in st_texture_match_image()
|