Home
last modified time | relevance | path

Searched refs:DisableVertexAttribArray (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.cpp168 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in enableVertexArrays()
DGrGLAssembleWebGLInterfaceAutogen.cpp76 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp91 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp88 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
/external/skia/tools/gpu/gl/interface/
Dinterface.json531 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
/external/angle/extensions/
DANGLE_instanced_arrays.txt89 After description of EnableVertexAttribArray / DisableVertexAttribArray
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1013 { "glDisableVertexAttribArray", _O(DisableVertexAttribArray) },
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp1210 ANGLE_CAPTURE_GL(DisableVertexAttribArray, isCallValid, context, index); in GL_DisableVertexAttribArray()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1809DisableVertexAttribArray(index: types::GLuint) -> () { __gl_imports::mem::transmute::<_, extern "s… in DisableVertexAttribArray() function
3770 pub static mut DisableVertexAttribArray: FnPtr = FnPtr { constant
8780 pub mod DisableVertexAttribArray { module
8788 unsafe { storage::DisableVertexAttribArray.is_loaded } in is_loaded()
8794 …storage::DisableVertexAttribArray = FnPtr::new(metaloadfn(&mut loadfn, "glDisableVertexAttribArray… in load_with()
20769 DisableVertexAttribArray::load_with(&mut *loadfn); in load_with()