Searched refs:GGLboolean (Results 1 - 2 of 2) sorted by relevance

/system/core/include/pixelflinger/
H A Dpixelflinger.h38 typedef uint8_t GGLboolean; // ub typedef
227 void (*enableDisable)(void* c, GGLenum name, GGLboolean en);
276 void (*colorMask)(void* c, GGLboolean red,
277 GGLboolean green,
278 GGLboolean blue,
279 GGLboolean alpha);
281 void (*depthMask)(void* c, GGLboolean flag);
/system/core/libpixelflinger/
H A Dpixelflinger.cpp189 static void ggl_enableDisable(void* con, GGLenum name, GGLboolean en)
512 static void ggl_colorMask(void* con, GGLboolean r,
513 GGLboolean g,
514 GGLboolean b,
515 GGLboolean a)
529 static void ggl_depthMask(void* con, GGLboolean flag)

Completed in 4 milliseconds