OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swrap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c
59
* \param
swrap
Wrap mode for the \a s texture coordinate
63
static void r200SetTexWrap( radeonTexObjPtr t, GLenum
swrap
, GLenum twrap, GLenum rwrap )
72
_mesa_lookup_enum_by_nr(
swrap
),
78
switch (
swrap
) {
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c
59
* \param
swrap
Wrap mode for the \a s texture coordinate
63
static void r200SetTexWrap( radeonTexObjPtr t, GLenum
swrap
, GLenum twrap, GLenum rwrap )
72
_mesa_lookup_enum_by_nr(
swrap
),
78
switch (
swrap
) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c
58
* \param
swrap
Wrap mode for the \a s texture coordinate
62
static void radeonSetTexWrap( radeonTexObjPtr t, GLenum
swrap
, GLenum twrap )
69
switch (
swrap
) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c
58
* \param
swrap
Wrap mode for the \a s texture coordinate
62
static void radeonSetTexWrap( radeonTexObjPtr t, GLenum
swrap
, GLenum twrap )
69
switch (
swrap
) {
/system/core/libpixelflinger/codeflinger/
texturing.cpp
283
tmu.
swrap
= GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
346
if ((tmu.
swrap
== GGL_NEEDS_WRAP_11) &&
449
if ((tmu.
swrap
== GGL_NEEDS_WRAP_11) &&
509
wrapping(u, s.reg, width, tmu.
swrap
, FRAC_BITS);
536
if (tmu.
swrap
== GGL_NEEDS_WRAP_REPEAT) {
667
if ((tmu.
swrap
== GGL_NEEDS_WRAP_11) &&
[
all
...]
GGLAssembler.h
311
int
swrap
;
member in struct:android::GGLAssembler::texture_unit_t
Completed in 106 milliseconds