Searched refs:Gpu (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/ |
D | DisplaySurface.h | 52 enum class CompositionType : uint8_t { Unknown = 0, Gpu = 0b1, Hwc = 0b10, Mixed = Gpu | Hwc }; enumerator
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.cpp | 136 if (mForceHwcCopy && mCompositionType == CompositionType::Gpu) { in prepareFrame() 154 if (mCompositionType != CompositionType::Gpu && in prepareFrame() 295 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s pslot=%d in %s state", __func__, in requestBuffer() 372 mDebugState = DebugState::Gpu; in dequeueBuffer() 455 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s(pslot=%d) in %s state", __func__, in queueBuffer() 484 LOG_FATAL_IF(mCompositionType != CompositionType::Gpu, in queueBuffer() 513 VDS_LOGW_IF(mDebugState != DebugState::Gpu, "Unexpected %s(pslot=%d) in %s state", __func__, in cancelBuffer()
|
D | VirtualDisplaySurface.h | 250 Gpu, enumerator
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 754 GlobalSettingsProto.Gpu.DEBUG_APP); in dumpProtoGlobalSettingsLocked() 757 GlobalSettingsProto.Gpu.DEBUG_LAYERS); in dumpProtoGlobalSettingsLocked() 760 GlobalSettingsProto.Gpu.ANGLE_DEBUG_PACKAGE); in dumpProtoGlobalSettingsLocked() 763 GlobalSettingsProto.Gpu.ANGLE_GL_DRIVER_ALL_ANGLE); in dumpProtoGlobalSettingsLocked() 766 GlobalSettingsProto.Gpu.ANGLE_GL_DRIVER_SELECTION_PKGS); in dumpProtoGlobalSettingsLocked() 769 GlobalSettingsProto.Gpu.ANGLE_GL_DRIVER_SELECTION_VALUES); in dumpProtoGlobalSettingsLocked() 772 GlobalSettingsProto.Gpu.ANGLE_EGL_FEATURES); in dumpProtoGlobalSettingsLocked() 775 GlobalSettingsProto.Gpu.SHOW_ANGLE_IN_USE_DIALOG); in dumpProtoGlobalSettingsLocked() 778 GlobalSettingsProto.Gpu.DEBUG_LAYER_APP); in dumpProtoGlobalSettingsLocked() 781 GlobalSettingsProto.Gpu.DEBUG_LAYERS_GLES); in dumpProtoGlobalSettingsLocked() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | RenderSurface.cpp | 135 if (usesClientComposition) return CompositionType::Gpu; in prepareFrame()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | RenderSurfaceTest.cpp | 212 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::CompositionType::Gpu)) in TEST_F()
|
/frameworks/native/services/surfaceflinger/fuzzer/ |
D | surfaceflinger_displayhardware_fuzzer.cpp | 86 VirtualDisplaySurface::CompositionType::Gpu, VirtualDisplaySurface::CompositionType::Hwc,
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 420 message Gpu { message 472 optional Gpu gpu = 59;
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | CompositionTest.cpp | 394 prepareFrame(compositionengine::DisplaySurface::CompositionType::Gpu)) in setupRECompositionCallExpectations()
|