Searched refs:pixelWriteFunction (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | Format.h | 84 rx::PixelWriteFunction pixelWriteFunction; member 158 pixelWriteFunction(colorWrite), in Format()
|
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() 487 PixelWriteFunction pixelWriteFunction, in CopyImageCHROMIUM() argument 561 writeFunction(sourceColor, pixelWriteFunction, destPixelData); in CopyImageCHROMIUM()
|
D | renderer_utils.h | 188 PixelWriteFunction pixelWriteFunction,
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 204 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,
|
D | mtl_utils.mm | 316 dstFormat.pixelBytes, 0, dstFormat.pixelWriteFunction,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 893 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/ |
D | Image11.cpp | 115 destMapped.DepthPitch, destFormat.pixelWriteFunction, destUnsizedFormat, in CopyImage()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Image9.cpp | 209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.cpp | 801 destInternalFormatInfo.pixelBytes, 0, destFormatInfo.pixelWriteFunction, in copySubTextureCPUReadback()
|