Searched defs:glGetFramebufferAttachmentParameterivOES (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java234 void glGetFramebufferAttachmentParameterivOES( method in interface:GL11ExtensionPack
242 void glGetFramebufferAttachmentParameterivOES( method in interface:GL11ExtensionPack
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java843 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
845 public static native void glGetFramebufferAttachmentParameterivOES( method in class:GLES11Ext
853 // C function void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params )
855 public static native void glGetFramebufferAttachmentParameterivOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1504 public void glGetFramebufferAttachmentParameterivOES(int target, method in class:GLErrorWrapper
1507 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, offset);
1512 public void glGetFramebufferAttachmentParameterivOES(int target, method in class:GLErrorWrapper
1515 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params);
H A DGLLogWrapper.java3633 public void glGetFramebufferAttachmentParameterivOES(int target, method in class:GLLogWrapper
3635 begin("glGetFramebufferAttachmentParameterivOES");
3642 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params, offset);
3647 public void glGetFramebufferAttachmentParameterivOES(int target, method in class:GLLogWrapper
3649 begin("glGetFramebufferAttachmentParameterivOES");
3655 mgl11ExtensionPack.glGetFramebufferAttachmentParameterivOES(target, attachment, pname, params);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java2030 // C function void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params )
2032 public native void glGetFramebufferAttachmentParameterivOES( method in class:GLImpl
2040 // C function void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params )
2042 public native void glGetFramebufferAttachmentParameterivOES( method in class:GLImpl
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h349 #undef glGetFramebufferAttachmentParameterivOES macro
H A Dwrap_gles.h349 #define glGetFramebufferAttachmentParameterivOES wrap_glGetFramebufferAttachmentParameterivOES macro

Completed in 100 milliseconds