Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp338 GLuint originalReadFormatPixelBytes = glFormatOriginal.computePixelBytes(type); in RearrangeEXTTextureNorm16Pixels()
1460 glFormat.computePixelBytes(type), pixels); in readPixelsRowByRow()
1482 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsRowByRow()
1514 glFormat.computePixelBytes(type), pixels); in readPixelsAllAtOnce()
1544 glFormat.computePixelBytes(type), pack, originalReadFormatPixels, workaround.Pixels()); in readPixelsAllAtOnce()
Drenderergl_utils.cpp2131 CheckedNumeric<size_t> checkedPixelBytes = glFormat.computePixelBytes(type); in ShouldApplyLastRowPaddingWorkaround()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.h138 GLuint computePixelBytes(GLenum formatType) const;
Dformatutils.cpp1238 GLuint InternalFormat::computePixelBytes(GLenum formatType) const in computePixelBytes() function in gl::InternalFormat
1259 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch()
1371 CheckedNumeric<GLuint> checkedPixelBytes(computePixelBytes(formatType)); in computeSkipBytes()
1412 CheckedNumeric<GLuint> bytes = computePixelBytes(formatType); in computePackUnpackEndByte()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp272 pixelSize = formatInfo.computePixelBytes(type); in setSubImageImpl()