Searched refs:glGetFramebufferAttachmentParameterivOES (Results 1 - 12 of 12) 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/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec60 glGetFramebufferAttachmentParameterivOES check params 1
H A DGLES11Ext.spec66 void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *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
/frameworks/native/opengl/include/GLES/
H A Dglext.h765 GL_API void GL_APIENTRY glGetFramebufferAttachmentParameterivOES (GLenum target, GLenum attachment, GLenum pname, GLint* params);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp2771 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2805 glGetFramebufferAttachmentParameterivOES(
2822 /* void glGetFramebufferAttachmentParameterivOES ( GLenum target, GLenum attachment, GLenum pname, GLint *params ) */
2845 glGetFramebufferAttachmentParameterivOES(
3668 {"glGetFramebufferAttachmentParameterivOES", "(III[II)V", (void *) android_glGetFramebufferAttachmentParameterivOES__III_3II },
3669 {"glGetFramebufferAttachmentParameterivOES", "(IIILjava/nio/IntBuffer;)V", (void *) android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp7768 /* void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params ) */
7774 "glGetFramebufferAttachmentParameterivOES");
7801 glGetFramebufferAttachmentParameterivOES(
7818 /* void glGetFramebufferAttachmentParameterivOES ( GLint target, GLint attachment, GLint pname, GLint *params ) */
7824 "glGetFramebufferAttachmentParameterivOES");
7837 glGetFramebufferAttachmentParameterivOES(
8722 {"glGetFramebufferAttachmentParameterivOES", "(III[II)V", (void *) android_glGetFramebufferAttachmentParameterivOES__III_3II },
8723 {"glGetFramebufferAttachmentParameterivOES", "(IIILjava/nio/IntBuffer;)V", (void *) android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2 },

Completed in 316 milliseconds