OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ydtdy
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
texturing.cpp
354
CONTEXT_LOAD(txPtr.reg, state.texture[i].iterators.
ydtdy
);
367
// t = (x * dtdx)>>16 +
ydtdy
374
CONTEXT_LOAD(t.reg, state.texture[i].iterators.
ydtdy
);
377
int
ydtdy
= scratches.obtain();
local
381
CONTEXT_LOAD(
ydtdy
, state.texture[i].iterators.
ydtdy
);
383
MLA(AL, 0, t.reg, Rx, t.reg,
ydtdy
);
[
all
...]
/system/core/libpixelflinger/
scanline.cpp
668
tc[i].t = ti.
ydtdy
;
671
tc[i].t = (xs * ti.dtdx) + ti.
ydtdy
;
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
393
GGLfixed
ydtdy
;
member in struct:android::texture_iterators_t::__anon60806::__anon60807
Completed in 103 milliseconds