/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 234 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method 242 void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 845 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext 855 public static native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1504 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLErrorWrapper 1507 …mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, off… in glGetFramebufferAttachmentParameterivOES() 1512 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLErrorWrapper 1515 … mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES()
|
D | GLLogWrapper.java | 3633 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLLogWrapper 3642 …mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, off… in glGetFramebufferAttachmentParameterivOES() 3647 public void glGetFramebufferAttachmentParameterivOES(int target, in glGetFramebufferAttachmentParameterivOES() method in GLLogWrapper 3655 … mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params); in glGetFramebufferAttachmentParameterivOES()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 18 void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint …
|
D | glspec-checks | 46 glGetFramebufferAttachmentParameterivOES requires OES_framebuffer_object
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 60 glGetFramebufferAttachmentParameterivOES check params 1
|
D | GLES11Ext.spec | 66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLi…
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 130 glGetFramebufferAttachmentParameterivOES;
|
D | entries_gles1.in | 133 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
|
D | entries.in | 356 GL_ENTRY(void, glGetFramebufferAttachmentParameterivOES, GLenum target, GLenum attachment, GLenum p…
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES); 427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
|
D | stubs_arm.cc | 147 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glGetFramebufferAttachmentParameterivOES); 427 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glGetFramebufferAttachmentParameterivOES); in init_stub_library()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 2035 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl 2045 public native void glGetFramebufferAttachmentParameterivOES( in glGetFramebufferAttachmentParameterivOES() method in GLImpl
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 205 void API_ENTRY(glGetFramebufferAttachmentParameterivOES)(GLenum target, GLenum attachment, GLenum p… 206 CALL_GL_API(glGetFramebufferAttachmentParameterivOES, target, attachment, pname, params);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 347 #define glGetFramebufferAttachmentParameterivOES wrap_glGetFramebufferAttachmentParameterivOES macro
|
D | gles_undefine.h | 346 #undef glGetFramebufferAttachmentParameterivOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 319 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment,…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3081 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II() 3127 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 8233 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__III_3II() 8278 glGetFramebufferAttachmentParameterivOES( in android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19502 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 19503 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff… 52427 method public abstract void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 52428 …method public abstract void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBu…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 32179 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 32180 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff… 76689 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 76690 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuffer);
|
/frameworks/base/api/ |
D | current.txt | 32323 method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 32324 …method public static void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuff… 76833 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, int[], int); 76834 method public void glGetFramebufferAttachmentParameterivOES(int, int, int, java.nio.IntBuffer);
|