Searched refs:glGenerateMipmapOES (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java208 void glGenerateMipmapOES( method in interface:GL11ExtensionPack
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec67 void glGenerateMipmapOES ( GLenum target )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java862 // C function void glGenerateMipmapOES ( GLenum target )
864 public static native void glGenerateMipmapOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1469 public void glGenerateMipmapOES(int target) { method in class:GLErrorWrapper
1471 mgl11ExtensionPack.glGenerateMipmapOES(target);
H A DGLLogWrapper.java3582 public void glGenerateMipmapOES(int target) { method in class:GLLogWrapper
3583 begin("glGenerateMipmapOES");
3586 mgl11ExtensionPack.glGenerateMipmapOES(target);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto163 glGenerateMipmapOES = 137;
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1994 // C function void glGenerateMipmapOES ( GLint target )
1996 public native void glGenerateMipmapOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h766 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp969 const GLMessage_Function GLMessage::glGenerateMipmapOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1317 static const Function glGenerateMipmapOES = GLMessage_Function_glGenerateMipmapOES; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2743 /* void glGenerateMipmapOES ( GLenum target ) */
2747 glGenerateMipmapOES(
3552 {"glGenerateMipmapOES", "(I)V", (void *) android_glGenerateMipmapOES__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp7558 /* void glGenerateMipmapOES ( GLint target ) */
7564 "glGenerateMipmapOES");
7567 glGenerateMipmapOES(
8713 {"glGenerateMipmapOES", "(I)V", (void *) android_glGenerateMipmapOES__I },

Completed in 1412 milliseconds