OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:t_wrap
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
picker.cpp
147
t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.
t_wrap
), T_T_WRAP);
buffer.cpp
50
t.
t_wrap
= GGL_REPEAT;
pixelflinger.cpp
413
what = &c->activeTMU->
t_wrap
;
scanline.cpp
696
v = wrapping(tc[i].t, h, tx.
t_wrap
);
729
if (tx.
t_wrap
== GGL_REPEAT) {
[
all
...]
/frameworks/base/opengl/libagl/
primitives.cpp
496
if (c->rasterizer.state.texture[i].
t_wrap
== GGL_CLAMP) {
747
if (tmu.
t_wrap
== GGL_CLAMP) {
804
if (tmu.
t_wrap
== GGL_CLAMP) {
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
394
uint16_t
t_wrap
;
member in struct:android::texture_t
Completed in 20 milliseconds