Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3DImagePacking.cpp1187 struct IsFloatFormat { struct
1214 template<int Format, bool IsFloat = IsFloatFormat<Format>::Value, bool IsHalfFloat = IsHalfFloatFor…
1236 …static const int Value = (IsFloatFormat<Format>::Value || IsHalfFloatFormat<Format>::Value) ? Grap…
1403 if (!IsFloatFormat<DstFormat>::Value && IsFloatFormat<SrcFormat>::Value) { in convert()
1430 …const bool trivialUnpack = (SrcFormat == GraphicsContext3D::DataFormatRGBA8 && !IsFloatFormat<DstF… in convert()