OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glDrawTexsvOES
(Results
1 - 25
of
40
) sorted by null
1
2
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java
88
void
glDrawTexsvOES
(
93
void
glDrawTexsvOES
(
/development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h
171
{"
glDrawTexsvOES
", (void *)
glDrawTexsvOES
},
gles_dispatch.h
174
glDrawTexsvOES_t
glDrawTexsvOES
;
446
glDrawTexsvOES_t set_glDrawTexsvOES(glDrawTexsvOES_t f) { glDrawTexsvOES_t retval =
glDrawTexsvOES
;
glDrawTexsvOES
= f; return retval;}
[
all
...]
gles.cpp
811
void
glDrawTexsvOES
(const GLshort *coords)
813
getDispatch()->
glDrawTexsvOES
(coords);
[
all
...]
/frameworks/base/opengl/java/android/opengl/
GLES11Ext.java
192
// C function void
glDrawTexsvOES
( const GLshort *coords )
194
public static native void
glDrawTexsvOES
(
199
// C function void
glDrawTexsvOES
( const GLshort *coords )
201
public static native void
glDrawTexsvOES
(
[
all
...]
GLErrorWrapper.java
916
public void
glDrawTexsvOES
(short[] coords, int offset) {
918
mgl11Ext.
glDrawTexsvOES
(coords, offset);
922
public void
glDrawTexsvOES
(ShortBuffer coords) {
924
mgl11Ext.
glDrawTexsvOES
(coords);
[
all
...]
GLLogWrapper.java
[
all
...]
/frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec
32
glDrawTexsvOES
check coords 5
GLES11Ext.spec
7
void
glDrawTexsvOES
( const GLshort *coords )
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java
721
public void
glDrawTexsvOES
(short[] coords, int offset) {
722
mgl11Ext.
glDrawTexsvOES
(coords, offset);
725
public void
glDrawTexsvOES
(ShortBuffer coords) {
726
mgl11Ext.
glDrawTexsvOES
(coords);
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java
1202
public void
glDrawTexsvOES
(
1207
public void
glDrawTexsvOES
(
/development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
174
glDrawTexsvOES_t
glDrawTexsvOES
;
GLDispatch.cpp
197
s_gl.
glDrawTexsvOES
= (glDrawTexsvOES_t) s_gles_lib->findSymbol("
glDrawTexsvOES
");
/frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java
[
all
...]
/development/ndk/platforms/android-4/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h
289
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
/frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp
196
/* void
glDrawTexsvOES
( const GLshort *coords ) */
221
glDrawTexsvOES
(
232
/* void
glDrawTexsvOES
( const GLshort *coords ) */
245
glDrawTexsvOES
(
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/
glext.h
511
GL_API void GL_APIENTRY
glDrawTexsvOES
(const GLshort *coords);
[
all
...]
Completed in 529 milliseconds
1
2