/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 78 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in setDepthAttachment() 87 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, 0, 0); in setDepthAttachment() 96 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + i, in setColorAttachment() 106 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + i, in setColorAttachment()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureFBO.h | 42 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in SetUp()
|
/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 409 glFramebufferTexture2D(GL_FRAMEBUFFER, in AttachTextureToFbo() 435 glFramebufferTexture2D(GL_FRAMEBUFFER, in DetachTextureFromFbo()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 198 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tname, 0); in bindImageAsFramebuffer() 261 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tname, 0); in beginGroup()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GLToolbox.java | 95 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, in attachTextureToFbo()
|
D | RenderTarget.java | 109 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, in forTexture()
|
/frameworks/base/libs/hwui/ |
D | LayerRenderer.cpp | 249 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in createRenderLayer() 430 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in copyLayer()
|
D | OpenGLRenderer.cpp | 830 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in createFboLayer() 871 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, 0, 0); in composeLayer()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 206 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, gTexture, 0); in setupGraphics()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 49 void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 152 glFramebufferTexture2D = 126; enumerator
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 728 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 424 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | GLES20Canvas.java | 873 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, in setRenderTarget()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 142 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint t… 143 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level);
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 424 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
D | gl31.h | 424 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 958 const GLMessage_Function GLMessage::glFramebufferTexture2D; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1306 static const Function glFramebufferTexture2D = GLMessage_Function_glFramebufferTexture2D; variable
|
D | gltrace_api.cpp | 1788 glmsg.set_function(GLMessage::glFramebufferTexture2D); in GLTrace_glFramebufferTexture2D() 1823 glContext->hooks->gl.glFramebufferTexture2D(target, attachment, textarget, texture, level); in GLTrace_glFramebufferTexture2D()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 211 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t…
|
D | trace.in | 211 TRACE_GL_VOID(glFramebufferTexture2D, (GLenum target, GLenum attachment, GLenum textarget, GLuint t…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1277 glFramebufferTexture2D( in android_glFramebufferTexture2D__IIIII()
|
/frameworks/base/api/ |
D | system-current.txt | 21311 method public static void glFramebufferTexture2D(int, int, int, int, int);
|
D | current.txt | 19731 method public static void glFramebufferTexture2D(int, int, int, int, int);
|