Home
last modified time | relevance | path

Searched defs:DataTypeForFormat (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3DImagePacking.cpp1215 struct DataTypeForFormat { struct
1216 typedef uint8_t Type;
1220 struct DataTypeForFormat<Format, true, false, false> { struct
1221 typedef float Type;
1225 struct DataTypeForFormat<Format, false, true, false> { struct
1226 typedef uint16_t Type;
1230 struct DataTypeForFormat<Format, false, false, true> { struct
1231 typedef uint16_t Type;