Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/common/
Dmathutil.cpp16 struct RGB9E5Data struct
18 unsigned int R : 9;
19 unsigned int G : 9;
20 unsigned int B : 9;
21 unsigned int E : 5;