Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2D (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/rs/driver/
DrsdFrameBufferObj.cpp77 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/
DSurfaceTextureFBO.h42 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in SetUp()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp409 glFramebufferTexture2D(GL_FRAMEBUFFER, in AttachTextureToFbo()
435 glFramebufferTexture2D(GL_FRAMEBUFFER, in DetachTextureFromFbo()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt80 glFramebufferTexture2D;
DlibGLESv3.map.txt129 glFramebufferTexture2D;
Dentries.in286 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t…
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGLToolbox.java95 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, in attachTextureToFbo()
DRenderTarget.java109 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, in forTexture()
/frameworks/base/libs/hwui/
DBakedOpRenderer.cpp66 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()
DOpenGLReadback.cpp189 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture, 0); in copyTextureInto()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp206 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, gTexture, 0); in setupGraphics()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp293 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, tname, 0); in bindImageAsFramebuffer()
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES20.spec49 void glFramebufferTexture2D ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, G…
/frameworks/base/opengl/java/android/opengl/
DGLES20.java728 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h281 #define glFramebufferTexture2D wrap_glFramebufferTexture2D macro
Dgles_undefine.h280 #undef glFramebufferTexture2D
Dgles_stubs.in142 void API_ENTRY(glFramebufferTexture2D)(GLenum target, GLenum attachment, GLenum textarget, GLuint t…
143 CALL_GL_API(glFramebufferTexture2D, target, attachment, textarget, texture, level);
Dgles_decls.in48 GL_ENTRY(void, glFramebufferTexture2D, GLenum target, GLenum attachment, GLenum textarget, GLuint t…
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java873 GLES20.glFramebufferTexture2D(GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, in setRenderTarget()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in142 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/
Dgl2.h573 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
/frameworks/native/opengl/include/GLES3/
Dgl3.h573 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
Dgl31.h575 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
Dgl32.h575 GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textar…
/frameworks/base/core/jni/
Dandroid_opengl_GLES20.cpp1471 glFramebufferTexture2D( in android_glFramebufferTexture2D__IIIII()

12