Home
last modified time | relevance | path

Searched refs:winAttribs (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Degl_manager.cpp162 EGLint winAttribs[] = { EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE }; in CreateSurface() local
163 EGLSurface surface = eglCreateWindowSurface(eglDisplay_, eglConfig_, nativeWindow_, winAttribs); in CreateSurface()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/
H A Dopengl_wrapper_api_test.cpp238 EGLint winAttribs[] = { EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE }; in HWTEST_F() local
239 eglSurface_ = eglCreateWindowSurface(nullptr, eglConfig_, gWindow_, winAttribs); in HWTEST_F()
245 eglSurface_ = eglCreateWindowSurface(eglDisplay_, eglConfig_, gWindow_, winAttribs); in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/
H A Dopengl_wrapper_native_test.cpp258 EGLint winAttribs[] = { EGL_GL_COLORSPACE_KHR, EGL_GL_COLORSPACE_SRGB_KHR, EGL_NONE }; in InitEglContext() local
259 gEglSurface = eglCreateWindowSurface(gEglDisplay, gConfig, gWindow, winAttribs); in InitEglContext()

Completed in 2 milliseconds