Searched refs:computePixelBytes (Results 1 – 6 of 6) sorted by relevance
369 GLuint originalReadFormatPixelBytes = glFormatOriginal.computePixelBytes(type); in RearrangeEXTTextureNorm16Pixels()1603 glFormat.computePixelBytes(type), pixels); in readPixelsRowByRow()1626 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsRowByRow()1658 glFormat.computePixelBytes(type), pixels); in readPixelsAllAtOnce()1688 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsAllAtOnce()
3174 CheckedNumeric<size_t> checkedPixelBytes = glFormat.computePixelBytes(type); in ShouldApplyLastRowPaddingWorkaround()
175 GLuint computePixelBytes(GLenum formatType) const;
1685 GLuint InternalFormat::computePixelBytes(GLenum formatType) const in computePixelBytes() function in gl::InternalFormat1768 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()1929 CheckedNumeric<GLuint> checkedPixelBytes(computePixelBytes(formatType)); in computeSkipBytes()1970 CheckedNumeric<GLuint> bytes = computePixelBytes(formatType); in computePackUnpackEndByte()
3726 GLuint captureSize = internalFormatInfo.computePixelBytes(type); in CaptureClearTexImageEXT_data()3751 GLuint captureSize = internalFormatInfo.computePixelBytes(type); in CaptureClearTexSubImageEXT_data()
1174 pixelSize = formatInfo.computePixelBytes(type); in setSubImageImpl()