OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getEglConfig
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.h
35
static EGLConfig
getEglConfig
(EGLDisplay eglDisplay, SurfaceConfig config);
RendererSurface.cpp
25
EGLConfig RendererSurface::
getEglConfig
(EGLDisplay eglDisplay, SurfaceConfig config)
81
EGLConfig eglConfig =
getEglConfig
(eglDisplay, config);
Renderer.cpp
106
RendererSurface::
getEglConfig
(m_dpy, RendererSurface::CONFIG_DEPTH),
/cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java
84
getEglConfig
(eglDisplay), EGL14.EGL_NO_CONTEXT, contextAttributes, 0);
122
private static EGLConfig
getEglConfig
(EGLDisplay eglDisplay) {
Completed in 765 milliseconds