Searched refs:glFramebufferTexture2DOES (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java200 void glFramebufferTexture2DOES( method in interface:GL11ExtensionPack
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java833 // C function void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level )
835 public static native void glFramebufferTexture2DOES( method in class:GLES11Ext
H A DGLErrorWrapper.java1461 public void glFramebufferTexture2DOES(int target, int attachment, method in class:GLErrorWrapper
1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
H A DGLLogWrapper.java3568 public void glFramebufferTexture2DOES(int target, int attachment, method in class:GLLogWrapper
3570 begin("glFramebufferTexture2DOES");
3577 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level);
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h283 #define glFramebufferTexture2DOES wrap_glFramebufferTexture2DOES macro
H A Dgles_undefine.h283 #undef glFramebufferTexture2DOES macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1984 // C function void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level )
1986 public native void glFramebufferTexture2DOES( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dglext.h764 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp3069 /* void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
3073 glFramebufferTexture2DOES(
4100 {"glFramebufferTexture2DOES", "(IIIII)V", (void *) android_glFramebufferTexture2DOES__IIIII },
H A Dcom_google_android_gles_jni_GLImpl.cpp8020 /* void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GLint level ) */
8026 "glFramebufferTexture2DOES");
8029 glFramebufferTexture2DOES(
9316 {"glFramebufferTexture2DOES", "(IIIII)V", (void *) android_glFramebufferTexture2DOES__IIIII },

Completed in 346 milliseconds