OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGLcolor
(Results
1 - 7
of
7
) sorted by null
/system/core/libpixelflinger/
buffer.h
35
GGLcolor
r,
GGLcolor
g,
GGLcolor
b,
GGLcolor
a);
buffer.cpp
258
GGLcolor
r,
GGLcolor
g,
GGLcolor
b,
GGLcolor
a)
scanline.cpp
483
GGLcolor
ADJUST_COLOR_ITERATOR(
GGLcolor
v,
GGLcolor
dvdx, int len)
503
GGLcolor
r, g, b, a;
707
GGLcolor
ref = c->state.alpha_test.ref;
708
GGLcolor
alpha = (uint64_t(fragment.c[0]) *
[
all
...]
pixelflinger.cpp
227
static void ggl_colorGrad12xv(void* con, const
GGLcolor
* grad)
233
//
GGLColor
is encoded as 8.16 value
/system/core/include/private/pixelflinger/
ggl_context.h
94
inline
GGLcolor
gglFixedToIteratedColor(GGLfixed c) {
297
GGLcolor
ref;
423
GGLcolor
ydady;
424
GGLcolor
ydrdy;
425
GGLcolor
ydgdy;
426
GGLcolor
ydbdy;
433
GGLcolor
a0;
434
GGLcolor
dadx;
435
GGLcolor
dady;
436
GGLcolor
r0
[
all
...]
/system/core/include/pixelflinger/
pixelflinger.h
45
typedef int32_t
GGLcolor
;
233
void (*colorGrad12xv)(void* c, const
GGLcolor
* grad);
/frameworks/base/opengl/libagl/
primitives.cpp
651
const
GGLcolor
c0 = v0->color.v[i] * 255;
652
const
GGLcolor
c1 = v1->color.v[i] * 255;
653
const
GGLcolor
c2 = v2->color.v[i] * 255;
[
all
...]
Completed in 158 milliseconds