/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 15 void glGenerateMipmapOES ( GLint target )
|
D | glspec-checks | 45 glGenerateMipmapOES requires OES_framebuffer_object
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 208 void glGenerateMipmapOES( in glGenerateMipmapOES() method
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 115 glGenerateMipmapOES;
|
D | entries_gles1.in | 118 GL_ENTRY(void, glGenerateMipmapOES, GLenum target)
|
D | entries.in | 322 GL_ENTRY(void, glGenerateMipmapOES, GLenum target)
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 132 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenerateMipmapOES); 412 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGenerateMipmapOES); in init_stub_library()
|
D | stubs_arm.cc | 132 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGenerateMipmapOES); 412 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGenerateMipmapOES); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 67 void glGenerateMipmapOES ( GLenum target )
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 864 public static native void glGenerateMipmapOES( in glGenerateMipmapOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1469 public void glGenerateMipmapOES(int target) { in glGenerateMipmapOES() method in GLErrorWrapper 1471 mgl11ExtensionPack.glGenerateMipmapOES(target); in glGenerateMipmapOES()
|
D | GLLogWrapper.java | 3582 public void glGenerateMipmapOES(int target) { in glGenerateMipmapOES() method in GLLogWrapper 3586 mgl11ExtensionPack.glGenerateMipmapOES(target); in glGenerateMipmapOES()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 208 void API_ENTRY(glGenerateMipmapOES)(GLenum target) { 209 CALL_GL_API(glGenerateMipmapOES, target);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1999 public native void glGenerateMipmapOES( in glGenerateMipmapOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 314 #define glGenerateMipmapOES wrap_glGenerateMipmapOES macro
|
D | gles_undefine.h | 313 #undef glGenerateMipmapOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 320 GL_API void GL_APIENTRY glGenerateMipmapOES (GLenum target);
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3147 glGenerateMipmapOES( in android_glGenerateMipmapOES__I()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7991 glGenerateMipmapOES( in android_glGenerateMipmapOES__I()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19495 method public static void glGenerateMipmapOES(int); 52426 method public abstract void glGenerateMipmapOES(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32172 method public static void glGenerateMipmapOES(int); 76688 method public void glGenerateMipmapOES(int);
|
/frameworks/base/api/ |
D | current.txt | 32316 method public static void glGenerateMipmapOES(int); 76832 method public void glGenerateMipmapOES(int);
|