Home
last modified time | relevance | path

Searched refs:srcImageInfo (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp1010 const ImageInfo& srcImageInfo, in copyImageData() argument
1019 const IVec3 srcTexelBlockPixelSize = getTexelBlockPixelSize(srcImageInfo.getFormat()); in copyImageData()
1020 const int srcTexelBlockSize = getTexelBlockSize(srcImageInfo.getFormat()); in copyImageData()
1022 const IVec3 srcTexelBlockStride = getTexelBlockStride(srcImageInfo, srcLevel); in copyImageData()
1110 const ImageInfo& srcImageInfo, in copyImage() argument
1116 …gl.copyImageSubData(srcName, srcImageInfo.getTarget(), srcLevel, srcPos.x(), srcPos.y(), srcPos.z(… in copyImage()
1123 srcImageData, srcImageInfo, srcLevel, srcPos, copySize); in copyImage()
1778 const ImageInfo& srcImageInfo, in logTestInfo() argument
1783 …log << TestLog::Message << "Testing copying from " << targetToName(srcImageInfo.getTarget()) << " … in logTestInfo()
1787 logTestImageInfo(log, srcImageInfo); in logTestInfo()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2200 SkImageInfo srcImageInfo = SkImageInfo::Make( in GetDIBits() local
2203 skSrcBitmap.installPixels(srcImageInfo, srcBuffer, srcRowBytes); in GetDIBits()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp1338 …const VkDescriptorImageInfo srcImageInfo = makeDescriptorImageInfo(DE_NULL, *m_srcImageView, VK_IM… in ImageImplementation() local
1342 …DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, &srcImageInfo) in ImageImplementation()