Searched defs:GGLenum (Results 1 - 1 of 1) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h41 typedef unsigned int GGLenum; // ui typedef
225 void (*enable)(void* c, GGLenum name);
226 void (*disable)(void* c, GGLenum name);
227 void (*enableDisable)(void* c, GGLenum name, GGLboolean en);
230 void (*shadeModel)(void* c, GGLenum mode);
246 void (*blendFunc)(void* c, GGLenum src, GGLenum dst);
247 void (*blendFuncSeparate)(void* c, GGLenum src, GGLenum dst,
248 GGLenum srcAlph
[all...]

Completed in 4 milliseconds