Home
last modified time | relevance | path

Searched refs:DataFormatRGB32F (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3DImagePacking.cpp96 dstFormat = GraphicsContext3D::DataFormatRGB32F; in getDataFormat()
507 template<> void unpack<GraphicsContext3D::DataFormatRGB32F, float, float>(const float* source, floa… in unpack()
863 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoNothing, float,… in pack()
874 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoPremultiply, fl… in pack()
886 template<> void pack<GraphicsContext3D::DataFormatRGB32F, GraphicsContext3D::AlphaDoUnmultiply, flo… in pack()
1169 || format == GraphicsContext3D::DataFormatRGB32F in HasColor()
1190 || Format == GraphicsContext3D::DataFormatRGB32F
1269 case GraphicsContext3D::DataFormatRGB32F: in TexelBytesForFormat()
1329 FORMATCONVERTER_CASE_SRCFORMAT(GraphicsContext3D::DataFormatRGB32F) in convert()
1364 FORMATCONVERTER_CASE_DSTFORMAT(GraphicsContext3D::DataFormatRGB32F) in convert()
DGraphicsContext3D.h178 DataFormatRGB32F, enumerator