Searched refs:egl_config (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/ |
D | main.cpp | 52 EGLConfig egl_config; in init() local 53 eglChooseConfig(g_EglDisplay, egl_attributes, &egl_config, 1, &num_configs); in init() 55 eglGetConfigAttrib(g_EglDisplay, egl_config, EGL_NATIVE_VISUAL_ID, &egl_format); in init() 59 … g_EglContext = eglCreateContext(g_EglDisplay, egl_config, EGL_NO_CONTEXT, egl_context_attributes); in init() 64 g_EglSurface = eglCreateWindowSurface(g_EglDisplay, egl_config, g_App->window, NULL); in init()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 263 eglw::EGLConfig egl_config = NULL; in EglRenderContext() local 359 egl_config = all_configs[i]; in EglRenderContext() 364 if (!egl_config) in EglRenderContext() 374 egl_surface = eglCreatePbufferSurface(m_eglDisplay, egl_config, &surface_attribs[0]); in EglRenderContext() 419 m_eglContext = m_egl.createContext(m_eglDisplay, egl_config, EGL_NO_CONTEXT, &context_attribs[0]); in EglRenderContext()
|
/third_party/vk-gl-cts/modules/egl/ |
D | BUILD.gn | 19 config("deqp-egl_config") { 145 configs = [ ":deqp-egl_config" ]
|