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
156
) sorted by null
1
2
3
4
5
6
7
/external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c
66
void(APIENTRY*
glLoadIdentity
)();
88
f->
glLoadIdentity
=get_funcaddr("
glLoadIdentity
");
149
f.
glLoadIdentity
();
153
f.
glLoadIdentity
();
/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
();
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java
58
gl.
glLoadIdentity
();
96
gl.
glLoadIdentity
();
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java
77
gl.
glLoadIdentity
();
102
gl.
glLoadIdentity
();
/development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java
128
gl.
glLoadIdentity
();
145
gl.
glLoadIdentity
();
/external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java
79
gl.
glLoadIdentity
();
83
gl.
glLoadIdentity
();
/development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h
93
FNDEF(void,
glLoadIdentity
, (void));
145
#define
glLoadIdentity
FNPTR(
glLoadIdentity
)
importgl.c
136
IMPORT_FUNC(
glLoadIdentity
);
/frameworks/native/opengl/tests/linetex/
linetex.cpp
98
glLoadIdentity
();
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java
185
mGL.
glLoadIdentity
();
190
mGL.
glLoadIdentity
();
219
mGL.
glLoadIdentity
();
398
gl.
glLoadIdentity
();
/cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java
89
gl.
glLoadIdentity
(); // reset the matrix to its default state
140
gl.
glLoadIdentity
(); // reset the matrix to its default state
/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
();
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac.cc
30
glLoadIdentity
();
33
glLoadIdentity
();
/external/eigen/demos/opengl/
gpuhelper.h
45
and does a proper call to the right glLoadMatrix*() or
glLoadIdentity
() function according to the scalar type
153
glLoadIdentity
();
182
glLoadIdentity
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c
187
glLoadIdentity
();
320
glLoadIdentity
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c
187
glLoadIdentity
();
320
glLoadIdentity
();
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c
187
glLoadIdentity
();
320
glLoadIdentity
();
/frameworks/native/opengl/tests/filter/
filter.cpp
70
glLoadIdentity
();
172
glLoadIdentity
();
/frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp
97
glLoadIdentity
();
102
glLoadIdentity
();
Completed in 582 milliseconds
1
2
3
4
5
6
7