OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wrapT
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
Texture.h
34
wrapT
= GL_CLAMP_TO_EDGE;
43
void setWrap(GLenum wrapS, GLenum
wrapT
, bool bindTexture = false, bool force = false,
46
if (firstWrap || force || wrapS != this->wrapS ||
wrapT
!= this->
wrapT
) {
50
this->
wrapT
=
wrapT
;
57
glTexParameteri(renderTarget, GL_TEXTURE_WRAP_T,
wrapT
);
112
GLenum
wrapT
;
/frameworks/base/libs/rs/
rsSampler.h
37
RsSamplerValue
wrapT
,
54
RsSamplerValue
wrapT
;
74
RsSamplerValue
wrapT
,
/development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLServerTexture.java
29
public GLEnum wrapS = GLEnum.GL_REPEAT,
wrapT
= GLEnum.GL_REPEAT;
223
tex.
wrapT
= p;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java
29
public GLEnum wrapS = GLEnum.GL_REPEAT,
wrapT
= GLEnum.GL_REPEAT;
223
tex.
wrapT
= p;
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
77
2,
wrapT
:
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp
[
all
...]
Completed in 907 milliseconds