OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glLoadIdentity
(Results
1 - 25
of
92
) sorted by null
1
2
3
4
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java
48
gl.
glLoadIdentity
();
77
gl.
glLoadIdentity
();
TouchRotateActivity.java
125
gl.
glLoadIdentity
();
147
gl.
glLoadIdentity
();
FrameBufferObjectActivity.java
102
gl.
glLoadIdentity
();
113
gl.
glLoadIdentity
();
140
gl.
glLoadIdentity
();
149
gl.
glLoadIdentity
();
StaticTriangleRenderer.java
145
glLoadIdentity
();
178
glLoadIdentity
();
TriangleRenderer.java
132
gl.
glLoadIdentity
();
165
gl.
glLoadIdentity
();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java
60
gl.
glLoadIdentity
();
87
gl.
glLoadIdentity
();
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java
49
gl.
glLoadIdentity
();
78
gl.
glLoadIdentity
();
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java
77
gl.
glLoadIdentity
();
102
gl.
glLoadIdentity
();
/external/webkit/Source/WebCore/platform/graphics/mac/
WebGLLayer.mm
81
glLoadIdentity
();
84
glLoadIdentity
();
/development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java
128
gl.
glLoadIdentity
();
145
gl.
glLoadIdentity
();
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java
201
mGL.
glLoadIdentity
();
206
mGL.
glLoadIdentity
();
225
mGL.
glLoadIdentity
();
367
mGL.
glLoadIdentity
();
/development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h
94
FNDEF(void,
glLoadIdentity
, (void));
146
#define
glLoadIdentity
FNPTR(
glLoadIdentity
)
importgl.c
136
IMPORT_FUNC(
glLoadIdentity
);
/frameworks/base/opengl/tests/linetex/
linetex.cpp
98
glLoadIdentity
();
/frameworks/base/services/surfaceflinger/
LayerScreenshot.cpp
92
glLoadIdentity
();
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java
39
glLoadIdentity
();
54
public void
glLoadIdentity
() {
/development/samples/Compass/src/com/example/android/compass/
CompassActivity.java
106
gl.
glLoadIdentity
();
137
gl.
glLoadIdentity
();
/frameworks/base/opengl/tests/filter/
filter.cpp
70
glLoadIdentity
();
172
glLoadIdentity
();
/frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp
97
glLoadIdentity
();
102
glLoadIdentity
();
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java
77
gl.
glLoadIdentity
();
90
gl.
glLoadIdentity
();
/frameworks/base/opengl/tests/tritex/
tritex.cpp
190
glLoadIdentity
();
194
glLoadIdentity
();
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp
127
LOAD_GL_FUNC(
glLoadIdentity
);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h
122
{"
glLoadIdentity
", (void *)
glLoadIdentity
},
/frameworks/base/opengl/tests/fillrate/
fillrate.cpp
111
glLoadIdentity
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java
251
gl.
glLoadIdentity
();
280
gl.
glLoadIdentity
();
Completed in 58 milliseconds
1
2
3
4