OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egl_config
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/graphics_GLAPICheck/src/
gles_APICheck.cc
203
EGLConfig
egl_config
;
local
205
&
egl_config
, 1, &num_configs);
211
*egl_surface = eglCreateWindowSurface(*egl_display,
egl_config
,
218
*egl_context = eglCreateContext(*egl_display,
egl_config
, EGL_NO_CONTEXT,
/external/drm_hwcomposer/
glworker.cpp
455
EGLConfig
egl_config
;
local
501
if (!eglChooseConfig(egl_display_, config_attribs, &
egl_config
, 1,
508
eglCreateContext(egl_display_,
egl_config
,
Completed in 214 milliseconds