/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 14 void glFramebufferTexture2DOES ( GLint target, GLint attachment, GLint textarget, GLint texture, GL…
|
D | glspec-checks | 42 glFramebufferTexture2DOES requires OES_framebuffer_object
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 200 void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 103 glFramebufferTexture2DOES;
|
D | entries_gles1.in | 106 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
D | entries.in | 290 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11Ext.spec | 65 void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES11Ext.java | 835 public static native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLES11Ext
|
D | GLErrorWrapper.java | 1461 public void glFramebufferTexture2DOES(int target, int attachment, in glFramebufferTexture2DOES() method in GLErrorWrapper 1464 mgl11ExtensionPack.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in glFramebufferTexture2DOES()
|
D | GLLogWrapper.java | 3568 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/ |
D | glext_api.in | 202 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/ |
D | GLImpl.java | 1986 public native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLImpl
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 284 #define glFramebufferTexture2DOES wrap_glFramebufferTexture2DOES macro
|
D | gles_undefine.h | 283 #undef glFramebufferTexture2DOES
|
/frameworks/native/opengl/include/GLES/ |
D | glext.h | 318 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 3038 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7973 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19488 method public static void glFramebufferTexture2DOES(int, int, int, int, int); 52421 method public abstract void glFramebufferTexture2DOES(int, int, int, int, int);
|
/frameworks/base/api/ |
D | current.txt | 31871 method public static void glFramebufferTexture2DOES(int, int, int, int, int); 75253 method public void glFramebufferTexture2DOES(int, int, int, int, int);
|