Searched refs:FrontFace (Results 1 – 10 of 10) sorted by relevance
127 RENDER_NS::FrontFace frontFace { RENDER_NS::FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE };
442 enum FrontFace { enum1148 FrontFace frontFace { FrontFace::CORE_FRONT_FACE_COUNTER_CLOCKWISE };
61 CORE_JSON_SERIALIZE_ENUM(FrontFace,
476 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
500 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
761 gfxState.rasterizationState.frontFace = FrontFace::CORE_FRONT_FACE_CLOCKWISE; in CreateNewPso()
425 static napi_value FrontFace(napi_env env, napi_callback_info info);
2990 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()
1595 NVal::DeclareNapiFunction("frontFace", WebGLRenderingContextBase::FrontFace), in GetRenderingContextBasePropertyDesc()
2323 napi_value WebGLRenderingContextBase::FrontFace(napi_env env, napi_callback_info info) in FrontFace() function in OHOS::Rosen::WebGLRenderingContextBase