Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp127 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixels()
/external/angle/src/libANGLE/
Dformatutils.h165 ANGLE_NO_DISCARD bool computeSkipBytes(GLenum formatType,
Dformatutils.cpp1632 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes() function in gl::InternalFormat
1699 if (!computeSkipBytes(formatType, rowPitch, depthPitch, state, is3D, &skipBytes)) in computePackUnpackEndByte()
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp228 ANGLE_CHECK_GL_MATH(contextD3D, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack, in readPixels()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp358 glFormatOriginal.computeSkipBytes(type, originalReadFormatRowBytes, 0, pack, in RearrangeEXTTextureNorm16Pixels()
1499 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixelsRowByRow()
1554 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixelsAllAtOnce()
DTextureGL.cpp420 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImageRowByRowWorkaround()
493 ANGLE_CHECK_GL_MATH(contextGL, glFormat.computeSkipBytes(type, rowBytes, imageBytes, unpack, in setSubImagePaddingWorkaround()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_params.cpp704 (void)internalFormatInfo.computeSkipBytes(type, srcRowPitch, srcDepthPitch, unpack, false, in CaptureTexImage2D_pixels()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp287 formatInfo.computeSkipBytes(type, inputRowPitch, inputDepthPitch, unpack, in loadData()
DTextureStorage11.cpp779 context11, internalFormatInfo.computeSkipBytes(type, srcRowPitch, srcDepthPitch, unpack, in setData()
/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm241 ANGLE_CHECK_GL_MATH(contextMtl, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, pack,
DTextureMtl.mm1566 formatInfo.computeSkipBytes(type, sourceRowPitch, sourceDepthPitch, unpack,
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_helpers.cpp5674 contextVk, formatInfo.computeSkipBytes(type, *inputRowPitch, *inputDepthPitch, unpack, is3D, in CalculateBufferInfo()
6809 ANGLE_VK_CHECK_MATH(contextVk, sizedFormatInfo.computeSkipBytes(type, outputPitch, 0, packState, in GetReadPixelsParams()