Searched refs:ConfigureContext (Results 1 - 10 of 10) sorted by relevance
/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_t 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()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/ |
H A D | rs_recording_thread.cpp | 63 handler->ConfigureContext(&options, glesVersion, size); in CreateShareGrContext() 77 handler->ConfigureContext(&options, vulkanVersion.c_str(), size); in CreateShareGrContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_background_thread.cpp | 123 handler->ConfigureContext(&options, glesVersion, size);
in CreateShareGPUContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/ |
H A D | rs_upload_resource_thread.cpp | 164 handler->ConfigureContext(&options, glesVersion, size, "/data/service/el0/render_service", true); in CreateShareGrContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 315 handler->ConfigureContext(&options, glesVersion, size); in CreateShareGrContext() 332 handler->ConfigureContext(&options, vulkanVersion.c_str(), size); in CreateShareGrContext()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_vulkan_context.cpp | 458 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size);
in CreateDrawingContext() 544 memHandler_->ConfigureContext(&options, vkVersion.c_str(), size);
in CreateNewDrawingContext()
|
/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()
|
Completed in 9 milliseconds