Home
last modified time | relevance | path

Searched defs:surf (Results 1 - 13 of 13) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_surface.cpp22 EglWrapperSurface::EglWrapperSurface(EglWrapperDisplay *disp, EGLSurface surf, NativeWindowType window) in EglWrapperSurface() argument
43 EglWrapperSurface *EglWrapperSurface::GetWrapperSurface(EGLSurface surf) in GetWrapperSurface() argument
H A Degl_wrapper_display.cpp398 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 Degl_wrapper_entry.cpp91 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 Dbuffer_shared_test.cpp37 static inline sptr<IConsumerSurface> surf = nullptr; member in OHOS::Rosen::BufferSharedTest
/foundation/graphic/graphic_surface/surface/src/
H A Dproducer_surface.cpp38 sptr<ProducerSurface> surf = new ProducerSurface(producer); in CreateSurfaceAsProducer() local
H A Dconsumer_surface.cpp27 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 Dvideo_capture_filter_unit_test.cpp357 sptr<MockConsumerSurface> surf = new MockConsumerSurface(name, isShared); in CreateSurfaceAsConsumer() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Dopengl_wrapper_native_test.cpp299 sptr<Surface> surf = surfaceNode->GetSurface(); in CreateSurface() local
/foundation/multimedia/image_effect/test/unittest/
H A DTestImageEffect.cpp425 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in HWTEST_F() local
H A Dnative_image_effect_unittest.cpp139 sptr<ProducerSurface> surf = new(std::nothrow) MockProducerSurface(producer); in SetUpTestCase() local
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp344 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp229 void DumpEGLSurface(EGLDisplay dpy, EGLSurface surf) in DumpEGLSurface() argument
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp187 OHOS::sptr<OHOS::Surface> surf = surfaceNode->GetSurface(); in CreateNativeWindow() local

Completed in 16 milliseconds