Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp129 glFormat.computeSkipBytes(type, rowBytes, 0, packState, false, &skipBytes)); in readPixels()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dformatutils.h161 ANGLE_NO_DISCARD bool computeSkipBytes(GLenum formatType,
Dcapture_gles_2_0_params.cpp703 (void)internalFormatInfo.computeSkipBytes(type, srcRowPitch, srcDepthPitch, unpack, false, in CaptureTexImage2D_pixels()
Dformatutils.cpp1359 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes() function in gl::InternalFormat
1426 if (!computeSkipBytes(formatType, rowPitch, depthPitch, state, is3D, &skipBytes)) in computePackUnpackEndByte()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp335 glFormatOriginal.computeSkipBytes(type, originalReadFormatRowBytes, 0, pack, in RearrangeEXTTextureNorm16Pixels()
1455 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixelsRowByRow()
1509 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixelsAllAtOnce()
DTextureGL.cpp388 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImageRowByRowWorkaround()
446 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImagePaddingWorkaround()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp227 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes( in readPixels()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp285 formatInfo.computeSkipBytes(type, inputRowPitch, inputDepthPitch, unpack, in loadData()
DTextureStorage11.cpp778 context11, internalFormatInfo.computeSkipBytes(type, srcRowPitch, srcDepthPitch, unpack, in setData()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm178 ANGLE_CHECK_GL_MATH(contextMtl, sizedFormatInfo.computeSkipBytes(
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp3496 contextVk, formatInfo.computeSkipBytes(type, *inputRowPitch, *inputDepthPitch, unpack, is3D, in CalculateBufferInfo()
4221 ANGLE_VK_CHECK_MATH(contextVk, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, packState, in GetReadPixelsParams()