Searched refs:ptLayers (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_texture.c | 205 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_texture_match_image() local 219 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_texture_match_image() 227 ptLayers != pt->array_size) in st_texture_match_image()
|
D | st_cb_texture.c | 500 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in guess_and_alloc_texture() local 567 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in guess_and_alloc_texture() 576 ptLayers, 0, in guess_and_alloc_texture() 652 GLuint ptWidth, ptHeight, ptDepth, ptLayers; in st_AllocTextureImageBuffer() local 656 &ptWidth, &ptHeight, &ptDepth, &ptLayers); in st_AllocTextureImageBuffer() 665 ptLayers, 0, in st_AllocTextureImageBuffer() 2446 GLuint ptWidth, ptHeight, ptDepth, ptLayers, ptNumSamples; in st_finalize_texture() local 2514 &width, &height, &depth, &ptLayers); in st_finalize_texture() 2561 stObj->pt->array_size != ptLayers) in st_finalize_texture() 2584 ptLayers, ptNumSamples, in st_finalize_texture() [all …]
|