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

/frameworks/base/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec47 glGenerateMipmapOES unsupported
H A DGLES11Ext.spec67 void glGenerateMipmapOES ( GLenum target )
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java208 void glGenerateMipmapOES( method in interface:GL11ExtensionPack
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java858 // C function void glGenerateMipmapOES ( GLenum target )
860 public static native void glGenerateMipmapOES( method in class:GLES11Ext
/frameworks/base/opengl/include/GLES/
H A Dglext.h434 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1993 // C function void glGenerateMipmapOES ( GLint target )
1995 public native void glGenerateMipmapOES( method in class:GLImpl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp6502 /* void glGenerateMipmapOES ( GLint target ) */
6508 "glGenerateMipmapOES");
6511 glGenerateMipmapOES(
7531 {"glGenerateMipmapOES", "(I)V", (void *) android_glGenerateMipmapOES__I },

Completed in 54 milliseconds