Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h83 rx::PixelReadFunction pixelReadFunction; member
157 pixelReadFunction(colorRead), in Format()
Drenderer_utils.cpp414 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()
Drenderer_utils.h182 PixelReadFunction pixelReadFunction,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DTextureVk.cpp932 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()
Dvk_helpers.cpp5986 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/
DImage11.cpp114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm233 ASSERT(srcAngleFormat.pixelReadFunction && pixelWriteFunction);
252 srcAngleFormat.pixelReadFunction(sourcePixelData, sourcePixelReadData);
1981 pixelsAngleFormat.pixelReadFunction, conversionRow.data(),
2345 sourceAngleFormat.pixelReadFunction, conversionDst.data(), convRowPitch,
Dmtl_utils.mm400 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp208 sourceD3DFormatInfo.info().pixelReadFunction, destData, destLocked.Pitch, in CopyImage()