Home
last modified time | relevance | path

Searched refs:GGLclampx (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/
Dclear.cpp29 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
30 static void ggl_clearDepthx(void* c, GGLclampx depth);
147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
157 static void ggl_clearDepthx(void* con, GGLclampx depth) in ggl_clearDepthx()
Dpixelflinger.cpp218 static void ggl_color4xv(void* con, const GGLclampx* color) in ggl_color4xv()
278 static void ggl_fogColor3xv(void* con, const GGLclampx* color) in ggl_fogColor3xv()
371 const GGLclampx r = gglClampx(params[0]); in ggl_texEnvxv()
372 const GGLclampx g = gglClampx(params[1]); in ggl_texEnvxv()
373 const GGLclampx b = gglClampx(params[2]); in ggl_texEnvxv()
374 const GGLclampx a = gglClampx(params[3]); in ggl_texEnvxv()
549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref) in ggl_alphaFuncx()
/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h32 typedef int32_t GGLclampx; // x typedef
231 void (*color4xv)(void* c, const GGLclampx* color);
243 void (*fogColor3xv)(void* c, const GGLclampx* color);
286 void (*alphaFuncx)(void* c, GGLenum func, GGLclampx ref);
297 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a);
298 void (*clearDepthx)(void* c, GGLclampx depth);
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h295 GGLclampx r;
296 GGLclampx g;
297 GGLclampx b;
298 GGLclampx a;
299 GGLclampx depth;
322 GGLclampx clearValue;