Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2DOES (Results 1 – 21 of 21) 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/services/surfaceflinger/RenderEngine/
DGLES11RenderEngine.cpp198 glFramebufferTexture2DOES(GL_FRAMEBUFFER_OES, in bindImageAsFramebuffer()
/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_trace/
Dgltrace.proto154 glFramebufferTexture2DOES = 128; enumerator
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in193 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/
DGLImpl.java1986 public native void glFramebufferTexture2DOES( in glFramebufferTexture2DOES() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dglext.h715 GL_API void GL_APIENTRY glFramebufferTexture2DOES (GLenum target, GLenum attachment, GLenum textarg…
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp769 const GLMessage_Function GLMessage::glFramebufferTexture2DOES; member in android::gltrace::GLMessage
Dgltrace.pb.h1117 static const Function glFramebufferTexture2DOES = GLMessage_Function_glFramebufferTexture2DOES; variable
Dgltrace_api.cpp21485 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/
Ddebug.in82 TRACE_GL_VOID(glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuin…
Dentries.in170 GL_ENTRY(void, glFramebufferTexture2DOES, GLenum target, GLenum attachment, GLenum textarget, GLuin…
Dtrace.in170 TRACE_GL_VOID(glFramebufferTexture2DOES, (GLenum target, GLenum attachment, GLenum textarget, GLuin…
/frameworks/base/core/jni/
Dandroid_opengl_GLES11Ext.cpp2644 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
Dcom_google_android_gles_jni_GLImpl.cpp7549 glFramebufferTexture2DOES( in android_glFramebufferTexture2DOES__IIIII()
/frameworks/base/api/
Dcurrent.txt16050 method public static void glFramebufferTexture2DOES(int, int, int, int, int);
45622 method public abstract void glFramebufferTexture2DOES(int, int, int, int, int);