OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dbdx
(Results
1 - 3
of
3
) sorted by null
/system/core/include/private/pixelflinger/
ggl_context.h
443
GGLcolor
dbdx
;
member in struct:android::shade_t
/system/core/libpixelflinger/
scanline.cpp
508
b = (xs * c->shade.
dbdx
) + ci.ydbdy;
512
b = ADJUST_COLOR_ITERATOR(b, c->shade.
dbdx
, xc);
784
b += c->shade.
dbdx
;
832
ci.ydbdy = interpolate(ys, c->shade.b0, c->shade.
dbdx
, c->shade.dbdy);
856
gen.argb[GGLFormat::BLUE ].dx = c->shade.
dbdx
;
[
all
...]
pixelflinger.cpp
242
c->shade.
dbdx
= grad[ 7];
Completed in 413 milliseconds