Home
last modified time | relevance | path

Searched refs:computeCompressedImageDepthPitch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h201 [[nodiscard]] bool computeCompressedImageDepthPitch(GLsizei height,
H A Dformatutils.cpp1793 return computeCompressedImageDepthPitch(height, rowPitch, resultOut); in computeDepthPitch()
1835 bool InternalFormat::computeCompressedImageDepthPitch(GLsizei height, in computeCompressedImageDepthPitch() function in gl::InternalFormat
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_utils.mm340 if (!textureObjFormat.intendedInternalFormat().computeCompressedImageDepthPitch(
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp8514 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageDepthPitch( in stageSubresourceUpdateImpl()