HomeSort by relevance Sort by last modified time
    Searched defs:setLayerDataspace (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
ComposerCommandBuffer.h 73 void setLayerDataspace(Dataspace dataspace) {
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 452 Error setLayerDataspace(Display display, Layer layer, int32_t dataspace) override {
453 int32_t err = mDispatch.setLayerDataspace(mDevice, display, layer, dataspace);
557 !initDispatch(HWC2_FUNCTION_SET_LAYER_DATASPACE, &mDispatch.setLayerDataspace) ||
641 HWC2_PFN_SET_LAYER_DATASPACE setLayerDataspace;
  /frameworks/native/services/surfaceflinger/tests/fakehwc/
FakeComposerClient.cpp 450 Error FakeComposerClient::setLayerDataspace(Display /*display*/, Layer /*layer*/,
452 ALOGV("setLayerDataspace");
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.cpp 684 Error VrHwc::setLayerDataspace(Display display, Layer layer,
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.cpp 709 Error Composer::setLayerDataspace(Display display, Layer layer,
714 mWriter.setLayerDataspace(dataspace);
    [all...]
  /hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
ComposerCommandBuffer.h 343 void setLayerDataspace(Dataspace dataspace) {
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 445 void setLayerDataspace(hwc2_display_t display, hwc2_layer_t layer,
    [all...]

Completed in 160 milliseconds