Home
last modified time | relevance | path

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

/external/angle/src/common/
Dmathutil.cpp20 struct RGB9E5Data struct
22 unsigned int R : 9;
23 unsigned int G : 9;
24 unsigned int B : 9;
25 unsigned int E : 5;