Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/
H A Dmesh.h39 static constexpr int DEFAULT_VERTEX_POINT_SIZE = 3; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/
H A Dmesh.cpp42 …glVertexAttribPointer(0, DEFAULT_VERTEX_POINT_SIZE, GL_FLOAT, GL_FALSE, DEFAULT_STRIDE * sizeof(fl… in Use()