Searched refs:FramebufferTexture2D (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 301 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface() 315 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLInterface() 329 GET_PROC_SUFFIX(FramebufferTexture2D, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLRenderTarget.cpp | 222 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal() 239 GL_CALL(FramebufferTexture2D(fboTarget, in bindInternal()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 202 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLGpu.cpp | 1452 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()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 301 GET_PROC(FramebufferTexture2D); in GrGLMakeAssembledGLESInterface()
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 64 CheckFramebufferStatus, FramebufferTexture2D, FramebufferTexture3DOES, 267 of the description of FramebufferTexture2D as follows:
|
D | ANGLE_texture_multisample.txt | 90 by the <textarget> parameter of FramebufferTexture2D:
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 366 "FramebufferTexture2D", "GenFramebuffers", "GenRenderbuffers", "GenerateMipmap",
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1422 { "glFramebufferTexture2D", _O(FramebufferTexture2D) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1449 ANGLE_CAPTURE_GL(FramebufferTexture2D, isCallValid, context, target, attachment, in GL_FramebufferTexture2D()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1914 …FramebufferTexture2D(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()
|