Searched refs:DisableVertexAttribArray (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLVertexArray.cpp | 168 GR_GL_CALL(gpu->glInterface(), DisableVertexAttribArray(i)); in enableVertexArrays()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 76 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 91 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 88 GET_PROC(DisableVertexAttribArray); in GrGLMakeAssembledGLESInterface()
|
/external/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 31 "DisableVertexAttribArray", "DrawArrays", "DrawElements", "Enable",
|
/external/angle/extensions/ |
D | ANGLE_instanced_arrays.txt | 89 After description of EnableVertexAttribArray / DisableVertexAttribArray
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 1013 { "glDisableVertexAttribArray", _O(DisableVertexAttribArray) },
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 1210 ANGLE_CAPTURE_GL(DisableVertexAttribArray, isCallValid, context, index); in GL_DisableVertexAttribArray()
|
/external/rust/android-crates-io/crates/gl/out/ |
D | bindings.rs | 1809 …DisableVertexAttribArray(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()
|