Searched refs:computePixelBytes (Results 1 – 5 of 5) sorted by relevance
336 GLuint originalReadFormatPixelBytes = glFormatOriginal.computePixelBytes(type); in RearrangeEXTTextureNorm16Pixels()1450 glFormat.computePixelBytes(type), pixels); in readPixelsRowByRow()1472 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsRowByRow()1504 glFormat.computePixelBytes(type), pixels); in readPixelsAllAtOnce()1534 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsAllAtOnce()
2071 CheckedNumeric<size_t> checkedPixelBytes = glFormat.computePixelBytes(type); in ShouldApplyLastRowPaddingWorkaround()
138 GLuint computePixelBytes(GLenum formatType) const;
1238 GLuint InternalFormat::computePixelBytes(GLenum formatType) const in computePixelBytes() function in gl::InternalFormat1259 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()1334 CheckedNumeric<GLuint> checkedPixelBytes(computePixelBytes(formatType)); in computeSkipBytes()1375 CheckedNumeric<GLuint> bytes = computePixelBytes(formatType); in computePackUnpackEndByte()
263 pixelSize = formatInfo.computePixelBytes(type); in setSubImageImpl()