/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/ |
H A D | rs_surface_ohos_gl_test.cpp | 107 bool useAFBC = true; variable 127 bool useAFBC = true; variable 181 bool useAFBC = true; variable 202 bool useAFBC = true; variable 229 bool useAFBC = true; variable
|
H A D | rs_surface_ohos_raster_test.cpp | 70 bool useAFBC = true; variable 91 bool useAFBC = true; variable
|
H A D | rs_surface_ohos_vulkan_test.cpp | 155 bool useAFBC = true; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 80 void RSSurfaceOhosVulkan::SetNativeWindowInfo(int32_t width, int32_t height, bool useAFBC, bool isP… in SetNativeWindowInfo() 148 int32_t width, int32_t height, int& fenceFd, bool useAFBC, bool isProtected) in RequestNativeWindowBuffer() 166 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
H A D | rs_surface_ohos_gl.cpp | 51 uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
H A D | rs_surface_ohos_raster.cpp | 40 uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/ |
H A D | render_context_ohos_vk.cpp | 67 bool useAFBC = frameConfig->useAFBC; in CreateSurface() local
|
H A D | rs_render_surface_ohos.cpp | 94 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC) in RequestFrame()
|
H A D | render_context_ohos_gl.cpp | 245 bool useAFBC = frameConfig->useAFBC; in CreateSurface() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/ |
H A D | rssurfaceohosvulkan_fuzzer.cpp | 252 bool useAFBC = GetData<bool>(); in DoSetNativeWindowInfo() local 274 bool useAFBC = GetData<bool>(); in DoRequestNativeWindowBuffer() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_surface_darwin.cpp | 50 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_surface_windows.cpp | 50 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 271 const BufferRequestConfig& config, bool forceCPU, bool useAFBC, in RequestFrame() 366 const BufferRequestConfig& config, bool forceCPU, bool useAFBC, in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | rs_render_surface_frame.h | 101 bool useAFBC; member
|