Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp58 { CORE_CULL_MODE_FRONT_AND_BACK, "front_and_back" },
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h436 CORE_CULL_MODE_FRONT_AND_BACK = 0x00000003, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp330 case CORE_CULL_MODE_FRONT_AND_BACK: in SetCullMode()