Searched refs:EGLWidth_ (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/ |
H A D | egl_manager.cpp | 102 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 D | egl_manager.h | 68 int EGLWidth_ = 0; member in OHOS::Rosen::EglManager
|
Completed in 1 milliseconds