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

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java200 void glFramebufferTexture2DOES( method in interface:GL11ExtensionPack
/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/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/libs/GLES_trace/src/
H A Dgltrace.pb.cpp665 const GLMessage_Function GLMessage::glFramebufferTexture2DOES; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h998 static const Function glFramebufferTexture2DOES = GLMessage_Function_glFramebufferTexture2DOES; member in class:android::gltrace::GLMessage

Completed in 237 milliseconds