OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGLclampx
(Results
1 - 4
of
4
) sorted by null
/system/core/libpixelflinger/
clear.cpp
29
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)
150
c->state.clear.r =
gglClampx
(r)
[
all
...]
pixelflinger.cpp
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])
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
32
typedef int32_t
GGLclampx
; // x
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/include/private/pixelflinger/
ggl_context.h
275
GGLclampx
r;
276
GGLclampx
g;
277
GGLclampx
b;
278
GGLclampx
a;
279
GGLclampx
depth;
302
GGLclampx
clearValue;
Completed in 13 milliseconds