Searched refs:FramebufferTexture (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/docs/relnotes/ |
D | 10.5.6.rst | 93 - main: Fix an error generated by FramebufferTexture
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 998 { "glFramebufferTexture", _O(FramebufferTexture) }, 1136 { "glFramebufferTexture", _O(FramebufferTexture) },
|
/external/angle/extensions/ |
D | ANGLE_framebuffer_blit.txt | 348 CheckFramebufferStatus, FramebufferTexture{2D|3DOES},
|
D | ANGLE_shader_pixel_local_storage.txt | 449 e.g., BindFramebuffer, DrawBuffers, FramebufferTexture*,
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.cpp | 553 ANGLE_CAPTURE_GL(FramebufferTexture, isCallValid, context, target, attachment, in GL_FramebufferTexture()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1908 …FramebufferTexture(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()
|