Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_impl.cpp352 WebGLVertexArrayObject* webGLVertexArrayObject = nullptr; in CreateVertexArray() local
354 if (webGLVertexArrayObject == nullptr) { in CreateVertexArray()
360 webGLVertexArrayObject->SetVertexArrays(vertexArraysId); in CreateVertexArray()
369 WebGLVertexArrayObject* webGLVertexArrayObject = in DeleteVertexArray() local
371 if (webGLVertexArrayObject == nullptr) { in DeleteVertexArray()
374 vertexArrays = webGLVertexArrayObject->GetVertexArrays(); in DeleteVertexArray()
387 WebGLVertexArrayObject* webGLVertexArrayObject = in IsVertexArray() local
389 if (webGLVertexArrayObject == nullptr) { in IsVertexArray()
392 vertexArrayId = webGLVertexArrayObject->GetVertexArrays(); in IsVertexArray()
401 WebGLVertexArrayObject* webGLVertexArrayObject = in BindVertexArray() local
[all …]