Searched refs:pixelWriteFunction (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format.h | 84 rx::PixelWriteFunction pixelWriteFunction; member 158 pixelWriteFunction(colorWrite), in Format()
|
H A D | renderer_utils.cpp | 404 PixelWriteFunction pixelWriteFunction = params.destFormat->pixelWriteFunction; in PackPixels() local 405 ASSERT(pixelWriteFunction != nullptr); in PackPixels() 428 pixelWriteFunction(temp, dest); in PackPixels() 473 PixelWriteFunction pixelWriteFunction, in CopyImageCHROMIUM() 547 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM() 464 CopyImageCHROMIUM(const uint8_t *sourceData, size_t sourceRowPitch, size_t sourcePixelBytes, size_t sourceDepthPitch, PixelReadFunction pixelReadFunction, uint8_t *destData, size_t destRowPitch, size_t destPixelBytes, size_t destDepthPitch, PixelWriteFunction pixelWriteFunction, GLenum destUnsizedFormat, GLenum destComponentType, size_t width, size_t height, size_t depth, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha) CopyImageCHROMIUM() argument
|
H A D | renderer_utils.h | 187 PixelWriteFunction pixelWriteFunction,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | TextureVk.cpp | 933 rx::PixelWriteFunction pixelWriteFunction = dstTextureFormat.pixelWriteFunction; in copySubTextureImpl() local 944 pixelWriteFunction = dstVkFormat.getIntendedFormat().pixelWriteFunction; in copySubTextureImpl() 949 dstDataDepthPitch, pixelWriteFunction, dstFormat.format, in copySubTextureImpl() 2206 rx::PixelWriteFunction pixelWriteFunction = dstFormat.pixelWriteFunction; in reinitImageAsRenderable() local 2214 dstFormat.pixelBytes, dstDataDepthPitch, pixelWriteFunction, in reinitImageAsRenderable()
|
H A D | vk_helpers.cpp | 5987 rx::PixelWriteFunction pixelWriteFunction = dstFormat.pixelWriteFunction; in reformatStagedBufferUpdates() local 5991 dstDataDepthPitch, pixelWriteFunction, dstFormatInfo.format, in reformatStagedBufferUpdates()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Image11.cpp | 115 destMapped.DepthPitch, destFormat.pixelWriteFunction, destUnsizedFormat, in CopyImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Image9.cpp | 209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 801 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()
|
Completed in 29 milliseconds