Searched refs:eglConfig (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { argument
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
/frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { argument
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { argument
87 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java376 throw new RuntimeException("eglConfig not initialized");
402 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { argument
404 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java565 throw new RuntimeException("eglConfig not initialized");
568 throw new RuntimeException("eglConfig not initialized");
652 throw new RuntimeException("eglConfig not initialized");
699 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { argument
702 return egl.eglCreateContext(eglDisplay, eglConfig, EGL_NO_CONTEXT,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java573 throw new RuntimeException("eglConfig not initialized");
601 EGLContext createContext(EGL10 egl, EGLDisplay eglDisplay, EGLConfig eglConfig) { argument
603 return egl.eglCreateContext(eglDisplay, eglConfig, EGL_NO_CONTEXT, attrib_list);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java749 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); argument

Completed in 141 milliseconds