Home
last modified time | relevance | path

Searched refs:BindVertexArray (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp147 GET_PROC(BindVertexArray); in GrGLMakeAssembledWebGLInterface()
151 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledWebGLInterface()
155 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp169 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
173 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLInterface()
177 GET_PROC_SUFFIX(BindVertexArray, APPLE); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp163 GET_PROC(BindVertexArray); in GrGLMakeAssembledGLESInterface()
167 GET_PROC_SUFFIX(BindVertexArray, OES); in GrGLMakeAssembledGLESInterface()
DGrGLGpu.h713 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID)); in setVertexArrayID()
/external/rust/android-crates-io/crates/gl/examples/
Dtriangle.rs138 gl::BindVertexArray(vao); in main()
/external/rust/android-crates-io/crates/khronos-egl/examples/
Dwayland-static.rs272 gl::BindVertexArray(vertex_input); in render()
Dwayland-dynamic.rs282 gl::BindVertexArray(vertex_input); in render()
/external/skia/tools/gpu/gl/interface/
Dinterface.json594 "BindVertexArray", "DeleteVertexArrays", "GenVertexArrays",
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp1142 { "glBindVertexArray", _O(BindVertexArray) },
/external/angle/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp220 ANGLE_CAPTURE_GL(BindVertexArray, isCallValid, context, arrayPacked); in GL_BindVertexArray()
/external/rust/android-crates-io/crates/gl/out/
Dbindings.rs1550 … fn BindVertexArray(array: types::GLuint) -> () { __gl_imports::mem::transmute::<_, extern "system… in BindVertexArray() function
3350 pub static mut BindVertexArray: FnPtr = FnPtr { constant
6575 pub mod BindVertexArray { module
6583 unsafe { storage::BindVertexArray.is_loaded } in is_loaded()
6589 …storage::BindVertexArray = FnPtr::new(metaloadfn(&mut loadfn, "glBindVertexArray", &["glBindVertex… in load_with()
20664 BindVertexArray::load_with(&mut *loadfn); in load_with()