OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_coord
(Results
1 - 5
of
5
) sorted by null
/system/core/libpixelflinger/
picker.cpp
141
if (tx.s_coord==GGL_ONE_TO_ONE && tx.
t_coord
==GGL_ONE_TO_ONE) {
buffer.cpp
48
t.
t_coord
= GGL_ONE_TO_ONE;
pixelflinger.cpp
487
else if (coord == GGL_T) coord_ptr = &(c->activeTMU->
t_coord
);
scanline.cpp
581
if (tx.
t_coord
!= GGL_ONE_TO_ONE) {
867
if (t.s_coord == GGL_ONE_TO_ONE && t.
t_coord
== GGL_ONE_TO_ONE) {
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
392
uint32_t
t_coord
;
member in struct:android::texture_t
Completed in 11 milliseconds