Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_scene_util.h127 RENDER_NS::FrontFace frontFace { RENDER_NS::FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h442 enum FrontFace { enum
1148 FrontFace frontFace { FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dshader_state_loader_util.cpp61 CORE_JSON_SERIALIZE_ENUM(FrontFace,
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_depth_render_slot.cpp476 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
H A Drender_node_default_shadow_render_slot.cpp500 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
H A Drender_node_default_material_render_slot.cpp761 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h425 static napi_value FrontFace(napi_env env, napi_callback_info info);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2990 if (frontFace == FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE) { in UpdateRasterizationState()
2991 frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in UpdateRasterizationState()
2992 } else if (frontFace == FrontFace::CORE_FRONT_FACE_CLOCKWISE) { in UpdateRasterizationState()
2993 frontFace = FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE; in UpdateRasterizationState()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp1595 NVal::DeclareNapiFunction("frontFace", WebGLRenderingContextBase::FrontFace), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base.cpp2323 napi_value WebGLRenderingContextBase::FrontFace(napi_env env, napi_callback_info info) in FrontFace() function in OHOS::Rosen::WebGLRenderingContextBase