Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2DOES (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack14 void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GL…
Dglspec-checks42 glFramebufferTexture2DOES requires OES_framebuffer_object
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java200 void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method
/frameworks/native/opengl/libs/
DlibGLESv1_CM.map.txt103 glFramebufferTexture2DOES;
Dentries_gles1.in106 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
Dentries.in290 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture…
/frameworks/base/opengl/java/android/opengl/
DGLES11Ext.java835 public static native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLES11Ext
DGLErrorWrapper.java1461 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() method in GLErrorWrapper
1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
DGLLogWrapper.java3568 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() method in GLLogWrapper
3577 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in202 void API_ENTRY(glFramebufferTexture2DOES)(GLenum target, GLenum attachment, GLenum textarget, GLuin…
203 CALL_GL_API(glFramebufferTexture2DOES, target, attachment, textarget, texture, level);
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1986 public native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h284 #define glFramebufferTexture2DOES wrap_glFramebufferTexture2DOES macro
Dgles_undefine.h283 #undef glFramebufferTexture2DOES
/frameworks/native/opengl/include/GLES/
Dglext.h318 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp3038 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
Dcom_google_android_gles_jni_GLImpl.cpp7973 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt19488 method public static void glFramebufferTexture2DOES(int, int, int, int, int);
52421 method public abstract void glFramebufferTexture2DOES(int, int, int, int, int);
/frameworks/base/api/
Dcurrent.txt31871 method public static void glFramebufferTexture2DOES(int, int, int, int, int);
75253 method public void glFramebufferTexture2DOES(int, int, int, int, int);