Searched refs:glExtents (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_helpers.cpp | 4540 const gl::Extents &glExtents, in init2DWeakReference() argument 4550 gl_vk::GetExtent(glExtents, &mExtents); in init2DWeakReference() 4567 const gl::Extents &glExtents, in init2DStaging() argument 4572 gl_vk::GetExtent(glExtents, &mExtents); in init2DStaging() 5404 const gl::Extents &glExtents, in stageSubresourceUpdateImpl() argument 5436 gl::Extents(glExtents.width, 1, 1), &rowPitch)); in stageSubresourceUpdateImpl() 5439 gl::Extents(glExtents.width, glExtents.height, 1), &depthPitch)); in stageSubresourceUpdateImpl() 5442 storageFormatInfo.computeCompressedImageSize(glExtents, &totalSize)); in stageSubresourceUpdateImpl() 5449 contextVk, storageFormatInfo.computeBufferRowLength(glExtents.width, &bufferRowLength)); in stageSubresourceUpdateImpl() 5451 glExtents.height, &bufferImageHeight)); in stageSubresourceUpdateImpl() [all …]
|
D | vk_helpers.h | 1526 const gl::Extents &glExtents, 1570 const gl::Extents &glExtents, 1668 const gl::Extents &glExtents, 1682 const gl::Extents &glExtents, 1694 const gl::Extents &glExtents, 1712 const gl::Extents &glExtents, 1728 const gl::Extents &glExtents, 1873 const gl::Extents &glExtents,
|