Home
last modified time | relevance | path

Searched refs:FormatConverter (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DVertexBuffer9.h57 struct FormatConverter struct
69 static FormatConverter mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4]; argument
74 FormatConverter preferredConversion;
75 FormatConverter fallbackConversion;
83 static const FormatConverter &formatConverter(const gl::VertexAttribute &attribute);
DVertexBuffer9.cpp22 VertexBuffer9::FormatConverter VertexBuffer9::mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4];
93 const FormatConverter &converter = formatConverter(attrib); in storeVertexAttributes()
476 const VertexBuffer9::FormatConverter &VertexBuffer9::formatConverter(const gl::VertexAttribute &att… in formatConverter()
/external/chromium_org/tools/imagediff/
Dimage_diff_png.cc464 typedef void (*FormatConverter)(const unsigned char* in, int w, typedef
476 FormatConverter converter, in DoLibpngWrite()
541 FormatConverter converter = NULL; in EncodeWithCompressionLevel()
/external/chromium_org/ui/gfx/codec/
Dpng_codec.cc567 typedef void (*FormatConverter)(const unsigned char* in, int w, typedef
579 FormatConverter converter, in DoLibpngWrite()
643 FormatConverter converter = NULL; in EncodeWithCompressionLevel()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3DImagePacking.cpp1280 class FormatConverter { class
1282 FormatConverter(unsigned width, unsigned height, in FormatConverter() function in WebCore::__anone006d5d50111::FormatConverter
1313 void FormatConverter::convert(GraphicsContext3D::DataFormat srcFormat, GraphicsContext3D::DataForma… in convert()
1345 void FormatConverter::convert(GraphicsContext3D::DataFormat dstFormat, GraphicsContext3D::AlphaOp a… in convert()
1378 void FormatConverter::convert(GraphicsContext3D::AlphaOp alphaOp) in convert()
1395 void FormatConverter::convert() in convert()
1580 FormatConverter converter(width, height, sourceData, destinationData, srcStride, dstStride); in packPixels()