/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/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 198 glFramebufferTexture2DOES(GL_FRAMEBUFFER_OES, in bindImageAsFramebuffer()
|
/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_trace/ |
D | gltrace.proto | 154 glFramebufferTexture2DOES = 128; enumerator
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | glext_api.in | 193 void API_ENTRY(glFramebufferTexture2DOES)(GLenum target, GLenum attachment, GLenum textarget, GLuin… 194 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/native/opengl/include/GLES/ |
D | glext.h | 715 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 769 const GLMessage_Function GLMessage::glFramebufferTexture2DOES; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1117 static const Function glFramebufferTexture2DOES = GLMessage_Function_glFramebufferTexture2DOES; variable
|
D | gltrace_api.cpp | 21485 glmsg.set_function(GLMessage::glFramebufferTexture2DOES); in GLTrace_glFramebufferTexture2DOES() 21520 glContext->hooks->gl.glFramebufferTexture2DOES(target, attachment, textarget, texture, level); in GLTrace_glFramebufferTexture2DOES()
|
/frameworks/native/opengl/libs/ |
D | debug.in | 82 TRACE_GL_VOID(glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
D | entries.in | 170 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
D | trace.in | 170 TRACE_GL_VOID(glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuin…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 2644 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
|
D | com_google_android_gles_jni_GLImpl.cpp | 7549 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
|
/frameworks/base/api/ |
D | current.txt | 16050 method public static void glFramebufferTexture2DOES(int, int, int, int, int); 45622 method public abstract void glFramebufferTexture2DOES(int, int, int, int, int);
|