Searched refs:ConfigureContext (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/ |
H A D | memory_handler.h | 27 …static void ConfigureContext(Drawing::GPUContextOptions* context, const char* identity, const size…
|
H A D | memory_handler.cpp | 23 void MemoryHandler::ConfigureContext(Drawing::GPUContextOptions* context, const char* identity, in ConfigureContext() function in OHOS::Rosen::MemoryHandler
|
H A D | render_context.cpp | 299 mHandler_->ConfigureContext(&options, glesVersion, size, cacheDir_, isUniRenderMode_); in SetUpGpuContext()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_background_thread.cpp | 122 handler->ConfigureContext(&options, glesVersion, size); in CreateShareGPUContext()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 314 handler->ConfigureContext(&options, glesVersion, size); in CreateShareGrContext() 331 handler->ConfigureContext(&options, vulkanVersion.c_str(), size); in CreateShareGrContext()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
H A D | fcodec.h | 119 int32_t ConfigureContext(const Format &format);
|
H A D | fcodec.cpp | 204 int32_t FCodec::ConfigureContext(const Format &format) in ConfigureContext() function in OHOS::MediaAVCodec::Codec::FCodec 272 int32_t ret = ConfigureContext(format); in Configure()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_vulkan_context.cpp | 454 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size); in CreateDrawingContext() 540 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size); in CreateNewDrawingContext()
|