Searched refs:CONTEXT_ATTRIBS (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/common/ |
H A D | common.h | 151 const EGLint CONTEXT_ATTRIBS[] = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE}; member
|
/foundation/graphic/graphic_2d/rosen/samples/hello_native_image/ |
H A D | hello_native_image.cpp | 194 static const EGLint CONTEXT_ATTRIBS[] = { EGL_CONTEXT_CLIENT_VERSION, EGL_CONTEXT_CLIENT_VERSION_NUM, EGL_NONE }; in InitEglContext() local 196 g_eglContext = eglCreateContext(g_eglDisplay, g_config, EGL_NO_CONTEXT, CONTEXT_ATTRIBS); in InitEglContext()
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/ |
H A D | egl_core.cpp | 80 eglcontext_ = eglCreateContext(egldisplay_, eglconfig_, EGL_NO_CONTEXT, CONTEXT_ATTRIBS);
in CreateEnvironment()
|
Completed in 3 milliseconds