Home
last modified time | relevance | path

Searched refs:FramebufferTexture2D (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleGLInterfaceAutogen.cpp301 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface()
315 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface()
329 GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLMakeAssembledGLInterface()
DGrGLRenderTarget.cpp222 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal()
239 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal()
DGrGLAssembleWebGLInterfaceAutogen.cpp202 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledWebGLInterface()
DGrGLGpu.cpp1452 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects()
1466 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects()
1471 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in createRenderTargetObjects()
1803 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, in getCompatibleStencilIndex()
3175 FramebufferTexture2D(fboTarget, GR_GL_COLOR_ATTACHMENT0, target, texID, mipLevel)); in bindSurfaceFBOForPixelOps()
3189 GR_GL_CALL(this->glInterface(), FramebufferTexture2D(fboTarget, in unbindSurfaceFBOForPixelOps()
3863 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, GR_GL_TEXTURE_2D, in onRegenerateMipMapLevels()
3880 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, in onRegenerateMipMapLevels()
4176 GL_CALL(FramebufferTexture2D(GR_GL_FRAMEBUFFER, GR_GL_COLOR_ATTACHMENT0, in createTestingOnlyBackendRenderTarget()
DGrGLAssembleGLESInterfaceAutogen.cpp301 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLESInterface()
/external/angle/extensions/
DANGLE_framebuffer_blit.txt64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES,
267 of the description of FramebufferTexture2D as follows:
DANGLE_texture_multisample.txt90 by the <textarget> parameter of FramebufferTexture2D:
/external/skia/tools/gpu/gl/interface/
Dinterface.json5366 "FramebufferTexture2D", "GenFramebuffers", "GenRenderbuffers", "GenerateMipmap",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1422 { "glFramebufferTexture2D", _O(FramebufferTexture2D) },
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1449 ANGLE_CAPTURE_GL(FramebufferTexture2D, isCallValid, context, target, attachment, in GL_FramebufferTexture2D()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1914FramebufferTexture2D(target: types::GLenum, attachment: types::GLenum, textarget: types::GLenum, t… in FramebufferTexture2D() function
3930 pub static mut FramebufferTexture2D: FnPtr = FnPtr { variable
9620 pub mod FramebufferTexture2D { module
9628 unsafe { storage::FramebufferTexture2D.is_loaded } in is_loaded()
9634 …storage::FramebufferTexture2D = FnPtr::new(metaloadfn(&mut loadfn, "glFramebufferTexture2D", &["gl… in load_with()
20809 FramebufferTexture2D::load_with(&mut *loadfn); in load_with()