Home
last modified time | relevance | path

Searched refs:sourceFormat (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DRenderer11.cpp3042 static inline unsigned int getFastPixelCopySize(DXGI_FORMAT sourceFormat, GLenum destFormat, GLenum… in getFastPixelCopySize() argument
3044 if (sourceFormat == DXGI_FORMAT_A8_UNORM && in getFastPixelCopySize()
3050 else if (sourceFormat == DXGI_FORMAT_R8G8B8A8_UNORM && in getFastPixelCopySize()
3056 else if (sourceFormat == DXGI_FORMAT_B8G8R8A8_UNORM && in getFastPixelCopySize()
3062 else if (sourceFormat == DXGI_FORMAT_R16G16B16A16_FLOAT && in getFastPixelCopySize()
3068 else if (sourceFormat == DXGI_FORMAT_R32G32B32_FLOAT && in getFastPixelCopySize()
3074 else if (sourceFormat == DXGI_FORMAT_R32G32B32A32_FLOAT && in getFastPixelCopySize()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.h462 …xels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width…
DGraphicsContext3DImagePacking.cpp1469 DataFormat sourceFormat, in packImageData() argument
1484 …if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpac… in packImageData()