/frameworks/rs/driver/ |
D | rsdFrameBufferObj.cpp | 77 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in setDepthAttachment() 86 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_TEXTURE_2D, 0, 0); in setDepthAttachment() 95 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0 + i, in setColorAttachment() 105 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/opengl/libs/ |
D | libGLESv2.map.txt | 80 glFramebufferTexture2D;
|
D | libGLESv3.map.txt | 129 glFramebufferTexture2D;
|
D | entries.in | 286 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t…
|
/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 | BakedOpRenderer.cpp | 66 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in startRepaintLayer() 96 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, 0, 0); in endLayer()
|
D | OpenGLReadback.cpp | 189 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture, 0); in copyTextureInto()
|
/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/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 293 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tname, 0); in bindImageAsFramebuffer()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES20.spec | 49 void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES20.java | 728 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 281 #define glFramebufferTexture2D wrap_glFramebufferTexture2D macro
|
D | gles_undefine.h | 280 #undef glFramebufferTexture2D
|
D | gles_stubs.in | 142 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint t… 143 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level);
|
D | gles_decls.in | 48 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t…
|
/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/GLES2/ |
D | gl2.h | 573 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 573 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
D | gl31.h | 575 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
D | gl32.h | 575 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1471 glFramebufferTexture2D( in android_glFramebufferTexture2D__IIIII()
|