Searched refs:EGLHeight_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/ |
H A D | egl_manager.cpp | 102 …ager 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 …ager 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()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/ |
H A D | egl_manager.h | 69 int EGLHeight_ = 0; variable
|