OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_wrap
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
picker.cpp
146
t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.
s_wrap
), T_S_WRAP);
buffer.cpp
49
t.
s_wrap
= GGL_REPEAT;
scanline.cpp
574
u = wrapping(tc[i].s, w, tx.
s_wrap
);
605
if (tx.
s_wrap
== GGL_REPEAT) {
876
const int adjustSWrap = ((t.
s_wrap
==GGL_CLAMP)?0:16);
[
all
...]
pixelflinger.cpp
407
what = &c->activeTMU->
s_wrap
;
/frameworks/base/opengl/libagl/
primitives.cpp
491
if (c->rasterizer.state.texture[i].
s_wrap
== GGL_CLAMP) {
741
if (tmu.
s_wrap
== GGL_CLAMP) {
798
if (tmu.
s_wrap
== GGL_CLAMP) {
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
393
uint16_t
s_wrap
;
member in struct:android::texture_t
Completed in 13 milliseconds