Home
last modified time | relevance | path

Searched defs:eglConfig (Results 1 – 3 of 3) sorted by relevance

/development/tools/emulator/opengl/tests/ut_renderer/
DRendererSurface.cpp27 EGLConfig eglConfig; in getEglConfig() local
81 EGLConfig eglConfig = getEglConfig(eglDisplay, config); in create() local
DRendererSurface.h31 EGLConfig eglConfig() { return m_config; } in eglConfig() function
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java112 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()