Home
last modified time | relevance | path

Searched refs:glDrawTexsvOES (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java88 void glDrawTexsvOES( in glDrawTexsvOES() method
93 void glDrawTexsvOES( in glDrawTexsvOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext7 void glDrawTexsvOES ( const GLshort *coords )
Dglspec-checks30 glDrawTexsvOES check coords 5
/frameworks/native/opengl/tools/glgen/specs/gles11/
Dchecks.spec37 glDrawTexsvOES check coords 5
DGLES11Ext.spec7 void glDrawTexsvOES ( const GLshort *coords )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java198 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext
205 public static native void glDrawTexsvOES( in glDrawTexsvOES() method in GLES11Ext
DGLErrorWrapper.java916 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLErrorWrapper
918 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
922 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLErrorWrapper
924 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
DGLLogWrapper.java2698 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in GLLogWrapper
2703 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
2707 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in GLLogWrapper
2711 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1786 public native void glDrawTexsvOES( in glDrawTexsvOES() method in GLImpl
1793 public native void glDrawTexsvOES( in glDrawTexsvOES() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto118 glDrawTexsvOES = 92; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in19 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
20 CALL_GL_API(glDrawTexsvOES, coords);
/frameworks/native/opengl/include/GLES/
Dglext.h566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp431 glDrawTexsvOES( in android_glDrawTexsvOES___3SI()
468 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp7013 glDrawTexsvOES( in android_glDrawTexsvOES___3SI()
7050 glDrawTexsvOES( in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2()
/frameworks/native/opengl/libagl/
Dtexture.cpp1555 void glDrawTexsvOES(const GLshort* coords) { in glDrawTexsvOES() function
Degl.cpp833 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp733 const GLMessage_Function GLMessage::glDrawTexsvOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1081 static const Function glDrawTexsvOES = GLMessage_Function_glDrawTexsvOES; variable
Dgltrace_api.cpp19364 glmsg.set_function(GLMessage::glDrawTexsvOES); in GLTrace_glDrawTexsvOES()
19375 glContext->hooks->gl.glDrawTexsvOES(coords); in GLTrace_glDrawTexsvOES()
/frameworks/native/opengl/libs/
Ddebug.in52 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
Dentries.in128 GL_ENTRY(void, glDrawTexsvOES, const GLshort *coords)
Dtrace.in128 TRACE_GL_VOID(glDrawTexsvOES, (const GLshort *coords), (coords), 1, "const GLshort *", coords)
/frameworks/base/api/
Dcurrent.txt16039 method public static void glDrawTexsvOES(short[], int);
16040 method public static void glDrawTexsvOES(java.nio.ShortBuffer);
45575 method public abstract void glDrawTexsvOES(short[], int);
45576 method public abstract void glDrawTexsvOES(java.nio.ShortBuffer);