HomeSort by relevance Sort by last modified time
    Searched refs:egl_config (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 198 EGLConfig egl_config; local
200 CHECK(eglChooseConfig(gl_display_, rgba8888, &egl_config, 1, &num_configs))
205 gl_display_, egl_config, EGL_NO_CONTEXT, context_attribs);
258 eglCreateWindowSurface(gl_display_, egl_config, window, NULL);
dxva_video_decode_accelerator.cc 163 EGLConfig egl_config);
206 EGLConfig egl_config) {
221 egl_config,
    [all...]

Completed in 100 milliseconds