Searched refs:pixelReadFunction (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 393 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()
|
D | Format.h | 80 rx::PixelReadFunction pixelReadFunction; member 150 pixelReadFunction(colorRead), in Format()
|
D | renderer_utils.h | 167 PixelReadFunction pixelReadFunction,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 549 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/ |
D | TextureMtl.mm | 152 ASSERT(textureAngleFormat.pixelReadFunction && stagingAngleFormat.pixelWriteFunction); 169 textureAngleFormat.pixelReadFunction(sourcePixelData, sourcePixelReadData); 1076 pixelsFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
|
D | mtl_utils.mm | 60 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()
|