/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_surface.cpp | 22 EglWrapperSurface::EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType window) in EglWrapperSurface() argument 43 EglWrapperSurface *EglWrapperSurface::GetWrapperSurface(EGLSurface surf) in GetWrapperSurface() argument
|
H A D | egl_wrapper_display.cpp | 398 bool EglWrapperDisplay::ValidateEglSurface(EGLSurface surf) in ValidateEglSurface() argument 498 EGLSurface surf = table->egl.eglCreateWindowSurface(disp_, config, window, attribList); in CreateEglSurface() local 511 EGLBoolean EglWrapperDisplay::DestroyEglSurface(EGLSurface surf) in DestroyEglSurface() argument 572 EGLBoolean EglWrapperDisplay::CopyBuffers(EGLSurface surf, NativePixmapType target) in CopyBuffers() argument 602 EGLSurface surf = table->egl.eglCreatePbufferSurface(disp_, config, attribList); in CreatePbufferSurface() local 623 EGLSurface surf = table->egl.eglCreatePixmapSurface(disp_, config, pixmap, attribList); CreatePixmapSurface() local 660 QuerySurface(EGLSurface surf, EGLint attribute, EGLint *value) QuerySurface() argument 684 SwapBuffers(EGLSurface surf) SwapBuffers() argument 711 BindTexImage(EGLSurface surf, EGLint buffer) BindTexImage() argument 734 ReleaseTexImage(EGLSurface surf, EGLint buffer) ReleaseTexImage() argument 757 SurfaceAttrib(EGLSurface surf, EGLint attribute, EGLint value) SurfaceAttrib() argument 790 EGLSurface surf = table->egl.eglCreatePbufferFromClientBuffer( CreatePbufferFromClientBuffer() local 858 EGLSurface surf = table->egl.eglCreatePlatformWindowSurface(disp_, CreatePlatformWindowSurface() local 886 EGLSurface surf = table->egl.eglCreatePlatformPixmapSurface(disp_, CreatePlatformPixmapSurface() local 900 LockSurfaceKHR(EGLSurface surf, const EGLint *attribList) LockSurfaceKHR() argument 924 UnlockSurfaceKHR(EGLSurface surf) UnlockSurfaceKHR() argument 995 EGLSurface surf = table->egl.eglCreateStreamProducerSurfaceKHR( CreateStreamProducerSurfaceKHR() local 1039 SetDamageRegionKHR(EGLSurface surf, EGLint *rects, EGLint nRects) SetDamageRegionKHR() argument 1167 EGLSurface surf = table->egl.eglCreatePlatformWindowSurfaceEXT( CreatePlatformWindowSurfaceEXT() local 1194 EGLSurface surf = table->egl.eglCreatePlatformPixmapSurfaceEXT( CreatePlatformPixmapSurfaceEXT() local [all...] |
H A D | egl_wrapper_entry.cpp | 91 EGLBoolean EglCopyBuffersImpl(EGLDisplay dpy, EGLSurface surf, NativePixmapType target) in EglCopyBuffersImpl() argument 167 EGLBoolean EglDestroySurfaceImpl(EGLDisplay dpy, EGLSurface surf) in EglDestroySurfaceImpl() argument 434 EGLBoolean EglQuerySurfaceImpl(EGLDisplay dpy, EGLSurface surf, in EglQuerySurfaceImpl() argument 453 EGLBoolean EglSwapBuffersImpl(EGLDisplay dpy, EGLSurface surf) in EglSwapBuffersImpl() argument 509 EGLBoolean EglBindTexImageImpl(EGLDisplay dpy, EGLSurface surf, EGLint buffer) in EglBindTexImageImpl() argument 521 EglReleaseTexImageImpl(EGLDisplay dpy, EGLSurface surf, EGLint buffer) EglReleaseTexImageImpl() argument 533 EglSurfaceAttribImpl(EGLDisplay dpy, EGLSurface surf, EGLint attribute, EGLint value) EglSurfaceAttribImpl() argument 814 EglLockSurfaceKHRImpl(EGLDisplay dpy, EGLSurface surf, const EGLint *attribList) EglLockSurfaceKHRImpl() argument 827 EglUnlockSurfaceKHRImpl(EGLDisplay dpy, EGLSurface surf) EglUnlockSurfaceKHRImpl() argument 1292 EglSetDamageRegionKHRImpl(EGLDisplay dpy, EGLSurface surf, EGLint *rects, EGLint nRects) EglSetDamageRegionKHRImpl() argument [all...] |
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_shared_test.cpp | 37 static inline sptr<IConsumerSurface> surf = nullptr; member in OHOS::Rosen::BufferSharedTest
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | producer_surface.cpp | 38 sptr<ProducerSurface> surf = new ProducerSurface(producer); in CreateSurfaceAsProducer() local
|
H A D | consumer_surface.cpp | 27 sptr<ConsumerSurface> surf = new ConsumerSurface(name, isShared); in CreateSurfaceAsConsumer() local 37 sptr<ConsumerSurface> surf = new ConsumerSurface(name, isShared); in Create() local
|
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | video_capture_filter_unit_test.cpp | 357 sptr<MockConsumerSurface> surf = new MockConsumerSurface(name, isShared); in CreateSurfaceAsConsumer() local
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | opengl_wrapper_native_test.cpp | 299 sptr<Surface> surf = surfaceNode->GetSurface(); in CreateSurface() local
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestImageEffect.cpp | 425 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in HWTEST_F() local
|
H A D | native_image_effect_unittest.cpp | 139 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in SetUpTestCase() local
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/ |
H A D | vulkan_loader_system_test.cpp | 344 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 229 void DumpEGLSurface(EGLDisplay dpy, EGLSurface surf) in DumpEGLSurface() argument
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/ |
H A D | vulkan_loader_unit_test.cpp | 187 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in CreateNativeWindow() local
|