Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.h199 [[nodiscard]] bool computeCompressedImageRowPitch(GLsizei width, GLuint *resultOut) const;
H A Dformatutils.cpp1773 return computeCompressedImageRowPitch(width, resultOut); in computeRowPitch()
1819 bool InternalFormat::computeCompressedImageRowPitch(GLsizei width, GLuint *resultOut) const in computeCompressedImageRowPitch() function in gl::InternalFormat
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A Dmtl_utils.mm334 if (!textureObjFormat.intendedInternalFormat().computeCompressedImageRowPitch(
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp8512 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageRowPitch( in stageSubresourceUpdateImpl()