Home
last modified time | relevance | path

Searched refs:pixelWriteFunction (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat.h84 rx::PixelWriteFunction pixelWriteFunction; member
158 pixelWriteFunction(colorWrite), in Format()
H A Drenderer_utils.cpp404 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 Drenderer_utils.h187 PixelWriteFunction pixelWriteFunction,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp933 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 Dvk_helpers.cpp5987 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 DImage11.cpp115 destMapped.DepthPitch, destFormat.pixelWriteFunction, destUnsizedFormat, in CopyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DImage9.cpp209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp801 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()

Completed in 29 milliseconds