Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLESTextureUtils.cpp51 static int computePixelSize(GLenum format, GLenum type) { in computePixelSize() function
232 GLsizei unaligned_width = computePixelSize(format, type) * inputWidth; in computePitch()
240 int res = packingOffsetRows * alignedPitch + skipPixels * computePixelSize(format, type); in computePackingOffset()
357 if (bpp) *bpp = computePixelSize(format, type); in computePackingOffsets2D()
393 if (bpp) *bpp = computePixelSize(format, type); in computePackingOffsets3D()