Home
last modified time | relevance | path

Searched refs:pixelReadFunction (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Drenderer_utils.cpp393 PixelReadFunction pixelReadFunction = sourceFormat.pixelReadFunction; in PackPixels() local
394 ASSERT(pixelReadFunction != nullptr); in PackPixels()
406 pixelReadFunction(src, temp); in PackPixels()
461 PixelReadFunction pixelReadFunction, in CopyImageCHROMIUM() argument
522 pixelReadFunction(sourcePixelData, reinterpret_cast<uint8_t *>(&sourceColor)); in CopyImageCHROMIUM()
DFormat.h80 rx::PixelReadFunction pixelReadFunction; member
150 pixelReadFunction(colorRead), in Format()
Drenderer_utils.h167 PixelReadFunction pixelReadFunction,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp549 rx::PixelReadFunction pixelReadFunction = sourceTextureFormat.pixelReadFunction; in copySubTextureImpl() local
557 pixelReadFunction = sourceVkFormat.intendedFormat().pixelReadFunction; in copySubTextureImpl()
565 pixelReadFunction, destData, destDataRowPitch, destTextureFormat.pixelBytes, in copySubTextureImpl()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm152 ASSERT(textureAngleFormat.pixelReadFunction && stagingAngleFormat.pixelWriteFunction);
169 textureAngleFormat.pixelReadFunction(sourcePixelData, sourcePixelReadData);
1076 pixelsFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
Dmtl_utils.mm60 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()