Home
last modified time | relevance | path

Searched refs:glDrawTexsOES (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11Ext.java80 void glDrawTexsOES( in glDrawTexsOES() method
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1ext6 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec4 void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height )
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java168 public static native void glDrawTexsOES( in glDrawTexsOES() method in GLES11Ext
DGLErrorWrapper.java909 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLErrorWrapper
912 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
DGLLogWrapper.java2685 public void glDrawTexsOES(short x, short y, short z, in glDrawTexsOES() method in GLLogWrapper
2694 mgl11Ext.glDrawTexsOES(x, y, z, width, height); in glDrawTexsOES()
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto117 glDrawTexsOES = 91; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in82 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
83 CALL_GL_API(glDrawTexsOES, x, y, z, width, height);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1776 public native void glDrawTexsOES( in glDrawTexsOES() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dglext.h612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
/frameworks/native/opengl/libagl/
Dtexture.cpp1563 void glDrawTexsOES(GLshort x , GLshort y, GLshort z, GLshort w, GLshort h) { in glDrawTexsOES() function
Degl.cpp825 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES },
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp923 const GLMessage_Function GLMessage::glDrawTexsOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1271 static const Function glDrawTexsOES = GLMessage_Function_glDrawTexsOES; variable
Dgltrace_api.cpp27614 glmsg.set_function(GLMessage::glDrawTexsOES); in GLTrace_glDrawTexsOES()
27649 glContext->hooks->gl.glDrawTexsOES(x, y, z, width, height); in GLTrace_glDrawTexsOES()
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp362 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
Dcom_google_android_gles_jni_GLImpl.cpp6970 glDrawTexsOES( in android_glDrawTexsOES__SSSSS()
/frameworks/native/opengl/libs/
Dentries.in166 GL_ENTRY(void, glDrawTexsOES, GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
Dtrace.in166 TRACE_GL_VOID(glDrawTexsOES, (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height), (x, …
/frameworks/base/api/
Dcurrent.txt19410 method public static void glDrawTexsOES(short, short, short, short, short);
52165 method public abstract void glDrawTexsOES(short, short, short, short, short);