Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
DFormat.h84 rx::PixelWriteFunction pixelWriteFunction; member
158 pixelWriteFunction(colorWrite), in Format()
Drenderer_utils.cpp404 PixelWriteFunction pixelWriteFunction = params.destFormat->pixelWriteFunction; in PackPixels() local
405 ASSERT(pixelWriteFunction != nullptr); in PackPixels()
428 pixelWriteFunction(temp, dest); in PackPixels()
487 PixelWriteFunction pixelWriteFunction, in CopyImageCHROMIUM() argument
561 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
Drenderer_utils.h188 PixelWriteFunction pixelWriteFunction,
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm204 rx::PixelWriteFunction pixelWriteFunction = pixelWriteFunctionOverride
206 : dstAngleFormat.pixelWriteFunction;
209 ASSERT(srcAngleFormat.pixelReadFunction && pixelWriteFunction);
229 pixelWriteFunction(sourcePixelReadData, destPixelData);
295 contextMtl, textureAngleFormat, textureAngleFormat, textureAngleFormat.pixelWriteFunction,
1835 dstFormat.pixelWriteFunction, internalFormat.format,
2195 dstAngleFormat.pixelBytes, 0, dstAngleFormat.pixelWriteFunction,
Dmtl_utils.mm316 dstFormat.pixelBytes, 0, dstFormat.pixelWriteFunction,
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp893 rx::PixelWriteFunction pixelWriteFunction = destTextureFormat.pixelWriteFunction; in copySubTextureImpl() local
904 pixelWriteFunction = destVkFormat.intendedFormat().pixelWriteFunction; in copySubTextureImpl()
909 destTextureFormat.pixelBytes, destDataDepthPitch, pixelWriteFunction, in copySubTextureImpl()
/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.cpp801 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()