/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 36 …public native boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] confi… in eglChooseConfig() 53 …lCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list) { in eglCreateContext() 61 …ublic EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list) { in eglCreatePbufferSurface() 69 …reatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface() 78 …reateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface() 147 …glCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); in _eglCreateContext() 148 …ivate native int _eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in _eglCreatePbufferSurface() 149 …ace(EGLSurface sur, EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); in _eglCreatePixmapSurface() 150 …CreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); in _eglCreateWindowSurface() 151 …indowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); in _eglCreateWindowSurfaceTexture()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 90 static bool validAttribList(JNIEnv *_env, jintArray attrib_list) { in validAttribList() 103 static jint* beginNativeAttribList(JNIEnv *_env, jintArray attrib_list) { in beginNativeAttribList() 111 static void endNativeAttributeList(JNIEnv *_env, jintArray attrib_list, jint* attrib_base) { in endNativeAttributeList() 190 jintArray attrib_list, jobjectArray configs, jint config_size, jintArray num_config) { in jni_eglChooseConfig() 225 jobject config, jobject share_context, jintArray attrib_list) { in jni_eglCreateContext() 241 jobject config, jintArray attrib_list) { in jni_eglCreatePbufferSurface() 268 jintArray attrib_list) in jni_eglCreatePixmapSurface() 313 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurface() 340 jobject config, jobject native_window, jintArray attrib_list) { in jni_eglCreateWindowSurfaceTexture()
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 97 …boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, EGLConfig[] configs, int config… in eglChooseConfig() 99 …glCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[] attrib_list); in eglCreateContext() 100 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() 101 …CreatePixmapSurface(EGLDisplay display, EGLConfig config, Object native_pixmap, int[] attrib_list); in eglCreatePixmapSurface() 102 …CreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); in eglCreateWindowSurface()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 47 public boolean eglChooseConfig(EGLDisplay display, int[] attrib_list, in eglChooseConfig() 79 EGLContext share_context, int[] attrib_list) { in eglCreateContext() 95 EGLConfig config, int[] attrib_list) { in eglCreatePbufferSurface() 110 EGLConfig config, Object native_pixmap, int[] attrib_list) { in eglCreatePixmapSurface() 126 EGLConfig config, Object native_window, int[] attrib_list) { in eglCreateWindowSurface()
|
D | GLSurfaceView.java | 768 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, mEGLContextClientVersion, in createContext() local
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 189 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() 232 const EGLint *attrib_list) in eglCreateWindowSurface() 284 const EGLint *attrib_list) in eglCreatePixmapSurface() 303 const EGLint *attrib_list) in eglCreatePbufferSurface() 383 EGLContext share_list, const EGLint *attrib_list) in eglCreateContext() 1028 EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 1047 const EGLint *attrib_list) in eglLockSurfaceKHR() 1085 EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() 1125 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1220 NativeWindowType window, const EGLint *attrib_list) in createWindowSurface() 1269 NativePixmapType pixmap, const EGLint *attrib_list) in createPixmapSurface() 1315 const EGLint *attrib_list) in createPbufferSurface() 1447 EGLBoolean eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfig() 1544 const EGLint *attrib_list) in eglCreateWindowSurface() 1551 const EGLint *attrib_list) in eglCreatePixmapSurface() 1557 const EGLint *attrib_list) in eglCreatePbufferSurface() 1647 EGLContext share_list, const EGLint *attrib_list) in eglCreateContext() 1975 EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 1999 const EGLint *attrib_list) in eglLockSurfaceKHR() [all …]
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | GLTextureViewActivity.java | 406 int[] attrib_list = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 83 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | GLDualGL2View.java | 86 int[] attrib_list = {EGL_CONTEXT_CLIENT_VERSION, 2, EGL10.EGL_NONE }; in createContext() local
|