Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp369 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()
Drenderergl_utils.cpp3174 CheckedNumeric<size_t> checkedPixelBytes = glFormat.computePixelBytes(type); in ShouldApplyLastRowPaddingWorkaround()
/external/angle/src/libANGLE/
Dformatutils.h175 GLuint computePixelBytes(GLenum formatType) const;
Dformatutils.cpp1685 GLuint InternalFormat::computePixelBytes(GLenum formatType) const in computePixelBytes() function in gl::InternalFormat
1768 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1929 CheckedNumeric<GLuint> checkedPixelBytes(computePixelBytes(formatType)); in computeSkipBytes()
1970 CheckedNumeric<GLuint> bytes = computePixelBytes(formatType); in computePackUnpackEndByte()
/external/angle/src/libANGLE/capture/
Dcapture_gles_ext_params.cpp3726 GLuint captureSize = internalFormatInfo.computePixelBytes(type); in CaptureClearTexImageEXT_data()
3751 GLuint captureSize = internalFormatInfo.computePixelBytes(type); in CaptureClearTexSubImageEXT_data()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp1174 pixelSize = formatInfo.computePixelBytes(type); in setSubImageImpl()