Home
last modified time | relevance | path

Searched refs:EGLHeight_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp102 LOGI("EglManager Init eglSurface from PBuffer width = %{public}d, height = %{public}d", EGLWidth_, EGLHeight_); in CreateEGLSurface()
103 int surfaceAttributes[] = { EGL_WIDTH, EGLWidth_, EGL_HEIGHT, EGLHeight_, EGL_NONE }; in CreateEGLSurface()
111 LOGI("EglManager Init eglSurface from PBuffer width = %{public}d, height = %{public}d", EGLWidth_, EGLHeight_); in CreateEGLSurface()
112 int surfaceAttributes[] = { EGL_WIDTH, EGLWidth_, EGL_HEIGHT, EGLHeight_, EGL_NONE }; in CreateEGLSurface()
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h69 int EGLHeight_ = 0; member in OHOS::Rosen::EglManager

Completed in 1 milliseconds