Home
last modified time | relevance | path

Searched refs:findConfigAttrib (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java847 int d = findConfigAttrib(egl, display, config, in chooseConfig()
849 int s = findConfigAttrib(egl, display, config, in chooseConfig()
852 int r = findConfigAttrib(egl, display, config, in chooseConfig()
854 int g = findConfigAttrib(egl, display, config, in chooseConfig()
856 int b = findConfigAttrib(egl, display, config, in chooseConfig()
858 int a = findConfigAttrib(egl, display, config, in chooseConfig()
873 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib() method in GLSurfaceView.ComponentSizeChooser