Searched refs:glGenerateMipmapOES (Results 1 - 11 of 11) 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/base/libs/hwui/debug/
H A Dunwrap_gles.h316 #undef glGenerateMipmapOES macro
H A Dwrap_gles.h316 #define glGenerateMipmapOES wrap_glGenerateMipmapOES macro
/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/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2861 /* void glGenerateMipmapOES ( GLenum target ) */
2865 glGenerateMipmapOES(
3670 {"glGenerateMipmapOES", "(I)V", (void *) android_glGenerateMipmapOES__I },
H A Dcom_google_android_gles_jni_GLImpl.cpp7562 /* void glGenerateMipmapOES ( GLint target ) */
7568 "glGenerateMipmapOES");
7571 glGenerateMipmapOES(
8717 {"glGenerateMipmapOES", "(I)V", (void *) android_glGenerateMipmapOES__I },

Completed in 233 milliseconds