Searched refs:computeCompressedImageRowPitch (Results 1 – 4 of 4) sorted by relevance
199 [[nodiscard]] bool computeCompressedImageRowPitch(GLsizei width, GLuint *resultOut) const;
1773 return computeCompressedImageRowPitch(width, resultOut); in computeRowPitch()1819 bool InternalFormat::computeCompressedImageRowPitch(GLsizei width, GLuint *resultOut) const in computeCompressedImageRowPitch() function in gl::InternalFormat
334 if (!textureObjFormat.intendedInternalFormat().computeCompressedImageRowPitch(
8512 ANGLE_VK_CHECK_MATH(contextVk, storageFormatInfo.computeCompressedImageRowPitch( in stageSubresourceUpdateImpl()