HomeSort by relevance Sort by last modified time
    Searched refs:hwc_transform_t (Results 1 - 15 of 15) sorted by null

  /frameworks/native/services/surfaceflinger/tests/fakehwc/
RenderState.h 41 hwc_transform_t mTransform = static_cast<hwc_transform_t>(0);
FakeComposerClient.cpp 485 getLayerImpl(layer).mRenderState.mTransform = static_cast<hwc_transform_t>(transform);
SFFakeHwc_test.cpp 767 hwc_transform_t expectedTransform;
    [all...]
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayers.h 72 hwc_transform_t getTransform(hwc2_layer_t layer) const;
Hwc2TestLayer.h 62 hwc_transform_t getTransform() const;
Hwc2TestProperties.h 357 class Hwc2TestTransform : public Hwc2TestProperty<hwc_transform_t> {
364 static const std::vector<hwc_transform_t> mDefaultTransforms;
365 static const std::vector<hwc_transform_t> mBasicTransforms;
366 static const std::vector<hwc_transform_t> mCompleteTransforms;
Hwc2TestProperties.cpp 637 const std::vector<hwc_transform_t> Hwc2TestTransform::mDefaultTransforms = {
638 static_cast<hwc_transform_t>(0),
641 const std::vector<hwc_transform_t> Hwc2TestTransform::mBasicTransforms = {
642 static_cast<hwc_transform_t>(0),
648 const std::vector<hwc_transform_t> Hwc2TestTransform::mCompleteTransforms = {
649 static_cast<hwc_transform_t>(0),
Hwc2TestLayer.cpp 174 hwc_transform_t Hwc2TestLayer::getTransform() const
Hwc2TestLayers.cpp 212 hwc_transform_t Hwc2TestLayers::getTransform(hwc2_layer_t layer) const
Hwc2TestBuffer.cpp 540 hwc_transform_t transform = testLayers->getTransform(*layer);
Hwc2Test.cpp 529 hwc_transform_t transform, hwc2_error_t* outErr = nullptr)
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 105 } hwc_transform_t; typedef in typeref:enum:__anon48261
hwcomposer2.h 549 static inline const char* getTransformName(hwc_transform_t transform) {
752 TO_STRING(hwc_transform_t, Transform, getTransformName)
    [all...]
  /frameworks/native/services/surfaceflinger/
LayerStats.cpp 158 return getTransformName(static_cast<hwc_transform_t>(transform));
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.h 33 #define HWC_TRANSFORM_NONE static_cast<hwc_transform_t>(0)

Completed in 294 milliseconds