Home
last modified time | relevance | path

Searched refs:FramebufferTexture (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/docs/relnotes/
D10.5.6.rst93 - main: Fix an error generated by FramebufferTexture
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp998 { "glFramebufferTexture", _O(FramebufferTexture) },
1136 { "glFramebufferTexture", _O(FramebufferTexture) },
/external/angle/extensions/
DANGLE_framebuffer_blit.txt348 CheckFramebufferStatus, FramebufferTexture{2D|3DOES},
DANGLE_shader_pixel_local_storage.txt449 e.g., BindFramebuffer, DrawBuffers, FramebufferTexture*,
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp553 ANGLE_CAPTURE_GL(FramebufferTexture, isCallValid, context, target, attachment, in GL_FramebufferTexture()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1908FramebufferTexture(target: types::GLenum, attachment: types::GLenum, texture: types::GLuint, level… in FramebufferTexture() function
3922 pub static mut FramebufferTexture: FnPtr = FnPtr { variable
9578 pub mod FramebufferTexture { module
9586 unsafe { storage::FramebufferTexture.is_loaded } in is_loaded()
9592 …storage::FramebufferTexture = FnPtr::new(metaloadfn(&mut loadfn, "glFramebufferTexture", &["glFram… in load_with()
20807 FramebufferTexture::load_with(&mut *loadfn); in load_with()