Home
last modified time | relevance | path

Searched refs:CreatePbufferSurface (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Drender_context.cpp88 if (!CreatePbufferSurface()) { in InitEGLContext()
96 bool RenderContext::CreatePbufferSurface() in CreatePbufferSurface() function in OHOS::Media::RenderContext
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/include/
H A Drender_context.h76 bool CreatePbufferSurface();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ohos/
H A Drender_context_ohos_gl.h47 void CreatePbufferSurface();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drender_context_ohos_gl.cpp157 CreatePbufferSurface(); in Init()
346 void RenderContextOhosGl::CreatePbufferSurface() in CreatePbufferSurface() function in OHOS::Rosen::RenderContextOhosGl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.h76 void CreatePbufferSurface();
H A Drender_context.cpp134 void RenderContext::CreatePbufferSurface() in CreatePbufferSurface() function in OHOS::Rosen::RenderContext
192 CreatePbufferSurface(); in InitializeEglContext()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h53 EGLSurface CreatePbufferSurface(EGLConfig config, const EGLint *attribList);
H A Degl_wrapper_display.cpp595 EGLSurface EglWrapperDisplay::CreatePbufferSurface(EGLConfig config, const EGLint *attribList) in CreatePbufferSurface() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp126 return display->CreatePbufferSurface(config, attribList); in EglCreatePbufferSurfaceImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp159 eglWrapperDisplay->CreatePbufferSurface(config3, &attribList5); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Degl_image_test.cpp535 bool ret = renderContext->CreatePbufferSurface();