Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dmesh.cpp22 glGenVertexArrays(1, &VAO_); in Mesh()
34 glBindVertexArray(VAO_); in Use()
52 glDeleteVertexArrays(1, &VAO_); in Delete()
H A Dalgo_filter.cpp40 glBindVertexArray(mesh_->VAO_); in Draw()
H A Doutput.cpp103 glBindVertexArray(mesh_->VAO_); in WriteToBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dmesh_unittest.cpp43 EXPECT_TRUE(mesh->VAO_ >= 0);
66 EXPECT_TRUE(mesh->VAO_ >= 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dmesh.h46 unsigned int VAO_ = 0; variable