Home
last modified time | relevance | path

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 Dmemory_handler.h27 …static void ConfigureContext(Drawing::GPUContextOptions* context, const char* identity, const size…
H A Dmemory_handler.cpp23 void MemoryHandler::ConfigureContext(Drawing::GPUContextOptions* context, const char* identity, in ConfigureContext() function in OHOS::Rosen::MemoryHandler
H A Drender_context.cpp299 mHandler_->ConfigureContext(&options, glesVersion, size, cacheDir_, isUniRenderMode_); in SetUpGpuContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_background_thread.cpp122 handler->ConfigureContext(&options, glesVersion, size); in CreateShareGPUContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp314 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 Dfcodec.h119 int32_t ConfigureContext(const Format &format);
H A Dfcodec.cpp204 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 Drs_vulkan_context.cpp454 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size); in CreateDrawingContext()
540 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size); in CreateNewDrawingContext()