Home
last modified time | relevance | path

Searched refs:pixelWriteFunction (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFormat.h84 rx::PixelWriteFunction pixelWriteFunction; member
158 pixelWriteFunction(colorWrite), in Format()
Drenderer_utils.cpp463 PixelWriteFunction pixelWriteFunction = params.destFormat->pixelWriteFunction; in PackPixels() local
464 ASSERT(pixelWriteFunction != nullptr); in PackPixels()
487 pixelWriteFunction(temp, dest); in PackPixels()
547 PixelWriteFunction pixelWriteFunction, in CopyImageCHROMIUM() argument
621 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
Drenderer_utils.h181 PixelWriteFunction pixelWriteFunction,
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp935 rx::PixelWriteFunction pixelWriteFunction = dstTextureFormat.pixelWriteFunction; in copySubTextureImpl() local
946 pixelWriteFunction = dstVkFormat.getIntendedFormat().pixelWriteFunction; in copySubTextureImpl()
951 dstDataDepthPitch, pixelWriteFunction, dstFormat.format, in copySubTextureImpl()
2197 rx::PixelWriteFunction pixelWriteFunction = dstFormat.pixelWriteFunction; in reinitImageAsRenderable() local
2205 dstFormat.pixelBytes, dstDataDepthPitch, pixelWriteFunction, in reinitImageAsRenderable()
Dvk_helpers.cpp6677 rx::PixelWriteFunction pixelWriteFunction = dstFormat.pixelWriteFunction; in reformatStagedBufferUpdates() local
6681 dstDataDepthPitch, pixelWriteFunction, dstFormatInfo.format, in reformatStagedBufferUpdates()
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm228 rx::PixelWriteFunction pixelWriteFunction = pixelWriteFunctionOverride
230 : dstAngleFormat.pixelWriteFunction;
233 ASSERT(srcAngleFormat.pixelReadFunction && pixelWriteFunction);
253 pixelWriteFunction(sourcePixelReadData, destPixelData);
379 contextMtl, textureAngleFormat, textureAngleFormat, textureAngleFormat.pixelWriteFunction,
1976 dstFormat.pixelWriteFunction, internalFormat.format,
2339 dstAngleFormat.pixelBytes, 0, dstAngleFormat.pixelWriteFunction,
Dmtl_utils.mm411 dstFormat.pixelBytes, 0, dstFormat.pixelWriteFunction,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp115 destMapped.DepthPitch, destFormat.pixelWriteFunction, destUnsizedFormat, in CopyImage()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
/external/angle/src/libANGLE/renderer/gl/
DBlitGL.cpp814 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()