Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp34 { CORE_PRIMITIVE_TOPOLOGY_LINE_STRIP, "line_strip" },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h508 CORE_PRIMITIVE_TOPOLOGY_LINE_STRIP = 2, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp168 case CORE_PRIMITIVE_TOPOLOGY_LINE_STRIP: in GetPrimFromTopology()