Home
last modified time | relevance | path

Searched refs:glFramebufferTexture2D (Results 1 – 25 of 31) 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/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/pipeline/skia/
DVkInteropFunctorDrawable.cpp141 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in onDraw()
/frameworks/native/opengl/libs/
DlibGLESv2.map.txt80 glFramebufferTexture2D;
DlibGLESv3.map.txt129 glFramebufferTexture2D;
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp206 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, gTexture, 0); in setupGraphics()
/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.java730 public static native void glFramebufferTexture2D( in glFramebufferTexture2D() method in GLES20
/frameworks/libs/native_bridge_support/libGLESv3/
Dstubs_arm.cc256 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2D);
1104 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2D); in init_stub_library()
Dstubs_arm64.cc256 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2D);
1104 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glFramebufferTexture2D); in init_stub_library()
/frameworks/libs/native_bridge_support/libGLESv2/
Dstubs_arm64.cc256 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2D);
1104 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2D); in init_stub_library()
Dstubs_arm.cc256 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glFramebufferTexture2D);
1104 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glFramebufferTexture2D); in init_stub_library()
/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/libs/renderengine/gl/
DGLESRenderEngine.cpp856 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, textureName, 0); in bindFrameBuffer()
/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…

12