Searched refs:DataFormatRA32F (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3DImagePacking.cpp | 108 dstFormat = GraphicsContext3D::DataFormatRA32F; in getDataFormat() 531 template<> void unpack<GraphicsContext3D::DataFormatRA32F, float, float>(const float* source, float… in unpack() 968 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoNothing, float, … in pack() 978 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoPremultiply, flo… in pack() 989 template<> void pack<GraphicsContext3D::DataFormatRA32F, GraphicsContext3D::AlphaDoUnmultiply, floa… in pack() 1151 || format == GraphicsContext3D::DataFormatRA32F in HasAlpha() 1182 || format == GraphicsContext3D::DataFormatRA32F in HasColor() 1191 || Format == GraphicsContext3D::DataFormatRA32F 1266 case GraphicsContext3D::DataFormatRA32F: in TexelBytesForFormat() 1325 FORMATCONVERTER_CASE_SRCFORMAT(GraphicsContext3D::DataFormatRA32F) in convert() [all …]
|
D | GraphicsContext3D.h | 191 DataFormatRA32F, enumerator
|