Searched refs:eglSurface (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | egl_manager.cpp | 71 EGLSurface eglSurface = nullptr; in CreateSurface() local 74 eglSurface = eglCreateWindowSurface(eglDisplay_, eglConfig_, window, NULL); in CreateSurface() 83 eglSurface = eglCreatePbufferSurface(eglDisplay_, eglConfig_, surfaceAttributes); in CreateSurface() 85 if (eglSurface == NULL) { in CreateSurface() 86 LOGE("EglManager CreateSurface eglSurface = null error %{public}d", eglGetError()); in CreateSurface() 88 return eglSurface; in CreateSurface() 94 LOGD("EglManager Init eglSurface from eglWindow"); in CreateContext() 97 LOGE("EglManager Init eglSurface = null"); in CreateContext() 101 LOGD("EglManager Init eglSurface from PBuffer width = %{public}d, height = %{public}d", in CreateContext() 110 LOGE("EglManager Init eglCreateContext eglSurface in CreateContext() [all...] |
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | egl_manager.h | 39 void SetCurrentSurface(EGLSurface eglSurface) in SetCurrentSurface() argument 41 currentSurface_ = eglSurface; in SetCurrentSurface()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/ |
H A D | rs_render_surface_frame.h | 50 eglSurface = EGL_NO_SURFACE; in EGLState() 54 EGLSurface eglSurface; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/ |
H A D | render_context_test.cpp | 53 EGLSurface eglSurface = renderContext.CreateEGLSurface(nullptr); in HWTEST_F() local 54 EXPECT_EQ(eglSurface, EGL_NO_SURFACE); in HWTEST_F() 73 EGLSurface eglSurface = renderContext.CreateEGLSurface(nullptr); in HWTEST_F() local 74 EXPECT_EQ(eglSurface, EGL_NO_SURFACE); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | render_context_sample.cpp | 237 eglSurface = renderContext->CreateEGLSurface((EGLNativeWindowType)nwindow); in ProduceDrawingBuffer() 240 renderContext->MakeCurrent(eglSurface); in ProduceDrawingBuffer() 254 renderContext->SwapBuffers(eglSurface); in ProduceDrawingBuffer()
|
H A D | render_context_sample.h | 64 EGLSurface eglSurface = EGL_NO_SURFACE; member in OHOS::Rosen::RenderContextSample
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 969 EGLSurface eglSurface = eglCreateWindowSurface(plat_.display, plat_.config, variable 971 if (eglSurface == EGL_NO_SURFACE) { 975 return reinterpret_cast<uintptr_t>(eglSurface);
|
Completed in 5 milliseconds