Searched refs:getAlignedTextureDataRowBytes (Results 1 – 3 of 3) sorted by relevance
65 caps->getAlignedTextureDataRowBytes(compressedBlockDimensions.width() * bytesPerBlock); in compute_combined_buffer_size()76 alignedBytesPerRow = caps->getAlignedTextureDataRowBytes( in compute_combined_buffer_size()
174 size_t getAlignedTextureDataRowBytes(size_t rowBytes) const { in getAlignedTextureDataRowBytes() function
680 size_t rowBytes = caps->getAlignedTextureDataRowBytes(bpp * srcRect.width()); in transferPixels()