Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGLclampx

218 static void ggl_color4xv(void* con, const GGLclampx* color)
278 static void ggl_fogColor3xv(void* con, const GGLclampx* color)
281 const int32_t r = gglClampx(color[0]);
282 const int32_t g = gglClampx(color[1]);
283 const int32_t b = gglClampx(color[2]);
371 const GGLclampx r = gglClampx(params[0]);
372 const GGLclampx g = gglClampx(params[1]);
373 const GGLclampx b = gglClampx(params[2]);
374 const GGLclampx a = gglClampx(params[3]);
549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref)
556 gglClampx(ref));