Searched refs:pixelReadFunction (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | Format.h | 83 rx::PixelReadFunction pixelReadFunction; member 157 pixelReadFunction(colorRead), in Format()
|
D | renderer_utils.cpp | 414 PixelReadFunction pixelReadFunction = sourceFormat.pixelReadFunction; in PackPixels() local 415 ASSERT(pixelReadFunction != nullptr); in PackPixels() 427 pixelReadFunction(src, temp); in PackPixels() 468 PixelReadFunction pixelReadFunction, in CopyImageCHROMIUM() argument 529 pixelReadFunction(sourcePixelData, reinterpret_cast<uint8_t *>(&sourceColor)); in CopyImageCHROMIUM()
|
D | renderer_utils.h | 182 PixelReadFunction pixelReadFunction,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 932 rx::PixelReadFunction pixelReadFunction = srcTextureFormat.pixelReadFunction; in copySubTextureImpl() local 940 pixelReadFunction = srcIntendedFormat.pixelReadFunction; in copySubTextureImpl() 948 pixelReadFunction, destData, dstDataRowPitch, dstTextureFormat.pixelBytes, in copySubTextureImpl() 2205 rx::PixelReadFunction pixelReadFunction = srcFormat.pixelReadFunction; in reinitImageAsRenderable() local 2212 srcFormat.pixelBytes, srcDataDepthPitch, pixelReadFunction, in reinitImageAsRenderable()
|
D | vk_helpers.cpp | 5986 rx::PixelReadFunction pixelReadFunction = srcFormat.pixelReadFunction; in reformatStagedBufferUpdates() local 5990 pixelReadFunction, dstData, dstDataRowPitch, dstFormat.pixelBytes, in reformatStagedBufferUpdates()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 233 ASSERT(srcAngleFormat.pixelReadFunction && pixelWriteFunction); 252 srcAngleFormat.pixelReadFunction(sourcePixelData, sourcePixelReadData); 1981 pixelsAngleFormat.pixelReadFunction, conversionRow.data(), 2345 sourceAngleFormat.pixelReadFunction, conversionDst.data(), convRowPitch,
|
D | mtl_utils.mm | 400 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()
|