Home
last modified time | relevance | path

Searched defs:useAFBC (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_gl_test.cpp107 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 Drs_surface_ohos_raster_test.cpp70 bool useAFBC = true; variable
91 bool useAFBC = true; variable
H A Drs_surface_ohos_vulkan_test.cpp155 bool useAFBC = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp80 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 Drs_surface_ohos_gl.cpp51 uint64_t uiTimestamp, bool useAFBC, bool isProtected) in RequestFrame()
H A Drs_surface_ohos_raster.cpp40 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 Drender_context_ohos_vk.cpp67 bool useAFBC = frameConfig->useAFBC; in CreateSurface() local
H A Drs_render_surface_ohos.cpp94 int32_t width, int32_t height, uint64_t uiTimestamp, bool useAFBC) in RequestFrame()
H A Drender_context_ohos_gl.cpp245 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 Drssurfaceohosvulkan_fuzzer.cpp252 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 Drs_surface_darwin.cpp50 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 Drs_surface_windows.cpp50 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 Drs_base_render_engine.cpp271 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 Drs_render_surface_frame.h101 bool useAFBC; member