OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twrap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c
60
* \param
twrap
Wrap mode for the \a t texture coordinate
63
static void r200SetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum
twrap
, GLenum rwrap )
73
_mesa_lookup_enum_by_nr(
twrap
),
112
switch (
twrap
) {
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c
60
* \param
twrap
Wrap mode for the \a t texture coordinate
63
static void r200SetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum
twrap
, GLenum rwrap )
73
_mesa_lookup_enum_by_nr(
twrap
),
112
switch (
twrap
) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c
59
* \param
twrap
Wrap mode for the \a t texture coordinate
62
static void radeonSetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum
twrap
)
103
switch (
twrap
) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c
59
* \param
twrap
Wrap mode for the \a t texture coordinate
62
static void radeonSetTexWrap( radeonTexObjPtr t, GLenum swrap, GLenum
twrap
)
103
switch (
twrap
) {
/system/core/libpixelflinger/codeflinger/
texturing.cpp
284
tmu.
twrap
= GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
347
(tmu.
twrap
== GGL_NEEDS_WRAP_11))
450
(tmu.
twrap
== GGL_NEEDS_WRAP_11))
510
wrapping(v, t.reg, height, tmu.
twrap
, FRAC_BITS);
571
if (tmu.
twrap
== GGL_NEEDS_WRAP_REPEAT) {
668
(tmu.
twrap
== GGL_NEEDS_WRAP_11))
[
all
...]
GGLAssembler.h
312
int
twrap
;
member in struct:android::GGLAssembler::texture_unit_t
Completed in 3396 milliseconds