Home
last modified time | relevance | path

Searched refs:CreateContext (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm7250/display/composer/
Dgl_color_convert_impl.cpp79 int GLColorConvertImpl::CreateContext(GLRenderTarget target, bool secure) { in CreateContext() function in sdm::GLColorConvertImpl
189 return CreateContext(target_, secure_); in Init()
Dgl_layer_stitch_impl.h47 virtual int CreateContext(bool secure);
Dgl_color_convert_impl.h50 virtual int CreateContext(GLRenderTarget target, bool secure);
Dgl_layer_stitch_impl.cpp81 int GLLayerStitchImpl::CreateContext(bool secure) { in CreateContext() function in sdm::GLLayerStitchImpl
191 return CreateContext(secure_); in Init()
/hardware/google/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.h49 std::optional<uint32_t> CreateContext(uint32_t contextInit);
DRutabagaVirtGpuDevice.cpp81 const auto contextIdOp = mEmulation->CreateContext(capsetId); in Init()
DRutabagaLayer.cpp90 std::optional<uint32_t> CreateContext(uint32_t contextInit);
400 std::optional<uint32_t> EmulatedVirtioGpu::EmulatedVirtioGpuImpl::CreateContext( in CreateContext() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
1095 std::optional<uint32_t> EmulatedVirtioGpu::CreateContext(uint32_t contextInit) { in CreateContext() function in gfxstream::EmulatedVirtioGpu
1096 return mImpl->CreateContext(contextInit); in CreateContext()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1694 data->imgui_context = ImGui::CreateContext(); in setup_swapchain_data()