HomeSort by relevance Sort by last modified time
    Searched refs:DataFormatBGRA8 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp 307 template<> void unpack<GraphicsContext3D::DataFormatBGRA8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow)
444 template<> void unpack<GraphicsContext3D::DataFormatBGRA8, uint8_t, float>(const uint8_t* source, float* destination, unsigned pixelsPerRow)
    [all...]
GraphicsContext3D.h 490 DataFormatBGRA8,
514 return SrcFormat == DataFormatBGRA8 || SrcFormat == DataFormatRGBA8;
    [all...]
GraphicsContext3D.cpp     [all...]

Completed in 49 milliseconds