HomeSort by relevance Sort by last modified time
    Searched refs:GGLboolean (Results 1 - 2 of 2) sorted by null

  /system/core/include/pixelflinger/
pixelflinger.h 38 typedef uint8_t GGLboolean; // ub
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/
pixelflinger.cpp 189 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 36 milliseconds