Searched refs:computeCompressedImageDepthPitch (Results 1 – 4 of 4) sorted by relevance
201 [[nodiscard]] bool computeCompressedImageDepthPitch(GLsizei height,
1793 return computeCompressedImageDepthPitch(height, rowPitch, resultOut); in computeDepthPitch()1835 bool InternalFormat::computeCompressedImageDepthPitch(GLsizei height, in computeCompressedImageDepthPitch() function in gl::InternalFormat
340 if (!textureObjFormat.intendedInternalFormat().computeCompressedImageDepthPitch(
8514 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageDepthPitch( in stageSubresourceUpdateImpl()