Home
last modified time | relevance | path

Searched refs:ObjectPtrLabel (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1235 { "glObjectPtrLabel", _O(ObjectPtrLabel) },
/external/angle/src/libGLESv2/
Dentry_points_gles_3_2_autogen.cpp1049 ANGLE_CAPTURE_GL(ObjectPtrLabel, isCallValid, context, ptr, length, label); in GL_ObjectPtrLabel()
/external/angle/extensions/
DANGLE_shader_pixel_local_storage.txt1002 ProvokingVertexANGLE, ObjectPtrLabel*, PopDebugGroup*, PushDebugGroup*,
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs2426ObjectPtrLabel(ptr: *const __gl_imports::raw::c_void, length: types::GLsizei, label: *const types:… in ObjectPtrLabel() function
4794 pub static mut ObjectPtrLabel: FnPtr = FnPtr { variable
14156 pub mod ObjectPtrLabel { module
14164 unsafe { storage::ObjectPtrLabel.is_loaded } in is_loaded()
14170 …storage::ObjectPtrLabel = FnPtr::new(metaloadfn(&mut loadfn, "glObjectPtrLabel", &["glObjectPtrLab… in load_with()
21025 ObjectPtrLabel::load_with(&mut *loadfn); in load_with()