/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 70 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitialize() 77 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate() 84 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigs() 92 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() 100 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value) { in eglGetConfigAttrib() 107 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface() 115 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() 123 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() 131 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() 139 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() [all …]
|
D | egl_platform_entries.cpp | 299 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display, attrib_list); in eglGetPlatformDisplayTmpl() local 317 EGLBoolean eglInitializeImpl(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitializeImpl() 327 EGLBoolean eglTerminateImpl(EGLDisplay dpy) in eglTerminateImpl() 345 EGLBoolean eglGetConfigsImpl(EGLDisplay dpy, in eglGetConfigsImpl() 368 EGLBoolean eglChooseConfigImpl( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfigImpl() 445 EGLBoolean eglGetConfigAttribImpl(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttribImpl() 621 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat() 794 EGLSurface eglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurfaceImpl() 806 EGLSurface eglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurfaceImpl() 841 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl() [all …]
|
D | egl_display.h | 106 EGLDisplay dpy; member 143 explicit egl_display_ptr(egl_display_t* dpy): mDpy(dpy) {} in egl_display_ptr() 176 inline egl_display_ptr get_display(EGLDisplay dpy) { in get_display() 182 inline egl_display_t* get_display_nowake(EGLDisplay dpy) { in get_display_nowake()
|
D | egl_display.cpp | 79 int egl_get_init_count(EGLDisplay dpy) { in egl_get_init_count() 95 egl_display_t* egl_display_t::get(EGLDisplay dpy) { in get() 174 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() local 221 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() local
|
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 63 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitialize() 67 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate() 71 const char* eglQueryString(EGLDisplay dpy, EGLint name) { in eglQueryString() 78 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() 85 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, in eglCreateWindowSurface() 90 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() 94 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) { in eglDestroySurface() 99 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() 108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) { in eglSurfaceAttrib() 112 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) { in eglSwapInterval() [all …]
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 175 EGLDisplay dpy, in eglInitialize() 185 EGLDisplay dpy in eglTerminate() 191 EGLDisplay dpy, in eglQueryString() 197 EGLDisplay dpy, in eglGetConfigs() 208 EGLDisplay dpy, in eglChooseConfig() 221 EGLDisplay dpy, in eglGetConfigAttrib() 231 EGLDisplay dpy, in _eglCreateWindowSurface() 239 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture() 246 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 281 EGLDisplay dpy, in eglCreatePbufferSurface() [all …]
|
/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 93 EGLDisplay dpy, in selectConfigForPixelFormat() 135 EGLDisplay dpy, in selectConfigForNativeWindow() 160 String8 EGLUtils::printEGLString(EGLDisplay dpy, const char* name, GLenum s) { in printEGLString() 189 String8 EGLUtils::printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration() 244 bool EGLUtils::printEGLConfigurations(EGLDisplay dpy, String8& msg) { in printEGLConfigurations() 270 bool EGLUtils::printEGLConfigurations(FILE* output, EGLDisplay dpy) { in printEGLConfigurations() 304 bool EGLUtils::hasEglExtension(EGLDisplay dpy, const char* name) { in hasEglExtension()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.java | 4 EGLDisplay dpy, in _eglCreateWindowSurface() 12 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture() 19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
|
D | eglCreateSync.java | 4 EGLDisplay dpy, in eglCreateSync() 16 EGLDisplay dpy, in eglGetSyncAttrib()
|
D | eglCreatePbufferFromClientBuffer.java | 4 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer() 16 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
|
D | eglCreatePbufferFromClientBuffer.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray a… in android_eglCreatePbufferFromClientBuffer() 64 …(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray at… in android_eglCreatePbufferFromClientBufferInt()
|
D | eglQueryString.java | 4 EGLDisplay dpy, in eglQueryString()
|
D | eglCreateSync.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jint type, jlongArray attrib_list_ref, jint offset) { in android_eglCreateSync() 52 …(JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint attribute, jlongArray value_ref, jin… in android_eglGetSyncAttrib()
|
D | eglCreatePixmapSurface.java | 5 EGLDisplay dpy, in eglCreatePixmapSurface()
|
D | eglCreatePlatformWindowSurface.java | 4 EGLDisplay dpy, in eglCreatePlatformWindowSurface()
|
D | eglQueryString.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I()
|
D | eglCreateImage.java | 4 EGLDisplay dpy, in eglCreateImage()
|
D | eglCreateWindowSurface.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() 78 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 125 EGLDisplay dpy = getDisplay(_env, display); in jni_eglInitialize() local 147 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQueryContext() local 166 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQuerySurface() local 180 EGLDisplay dpy = getDisplay(_env, display); in jni_getInitCount() local 197 EGLDisplay dpy = getDisplay(_env, display); in jni_eglChooseConfig() local 230 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateContext() local 246 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreatePbufferSurface() local 268 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurface() local 295 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurfaceTexture() local 323 EGLDisplay dpy = getDisplay(_env, display); in jni_eglGetConfigAttrib() local [all …]
|
D | android_opengl_EGL14.cpp | 172 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_… in android_eglInitialize() 248 (JNIEnv *_env, jobject _this, jobject dpy) { in android_eglTerminate() 261 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I() 271 …(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint conf… in android_eglGetConfigs() 346 …(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobj… in android_eglChooseConfig() 466 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, ji… in android_eglGetConfigAttrib() 522 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurface() 596 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref,… in android_eglCreateWindowSurfaceTexture() 678 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset)… in android_eglCreatePbufferSurface() 737 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface() [all …]
|
D | android_opengl_EGL15.cpp | 198 (JNIEnv *_env, jobject _this, jobject dpy, jint type, jlongArray attrib_list_ref, jint offset) { in android_eglCreateSync() 246 …(JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint attribute, jlongArray value_ref, jin… in android_eglGetSyncAttrib() 299 (JNIEnv *_env, jobject _this, jobject dpy, jobject sync) { in android_eglDestroySync() 314 (JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint flags, jlong timeout) { in android_eglClientWaitSync() 378 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject native_window_buf, jlongArray a… in android_eglCreatePlatformWindowSurface() 446 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject native_pixmap_buf, jlongArray a… in android_eglCreatePlatformPixmapSurface() 455 (JNIEnv *_env, jobject _this, jobject dpy, jobject sync, jint flags) { in android_eglWaitSync() 471 …(JNIEnv *_env, jobject _this, jobject dpy, jobject context, jint target, jlong buffer, jlongArray … in android_eglCreateImage() 521 (JNIEnv *_env, jobject _this, jobject dpy, jobject image) { in android_eglDestroyImage()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 138 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) { in get_display() 148 EGLDisplay dpy; member 169 EGLDisplay dpy; member 196 egl_surface_t::egl_surface_t(EGLDisplay dpy, in egl_surface_t() 361 egl_window_surface_v2_t::egl_window_surface_v2_t(EGLDisplay dpy, in egl_window_surface_v2_t() 683 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t() 753 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, in egl_pbuffer_surface_t() 1286 static EGLSurface createWindowSurface(EGLDisplay dpy, EGLConfig config, in createWindowSurface() 1335 static EGLSurface createPixmapSurface(EGLDisplay dpy, EGLConfig config, in createPixmapSurface() 1381 static EGLSurface createPbufferSurface(EGLDisplay dpy, EGLConfig config, in createPbufferSurface() [all …]
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 50 static void printEGLString(EGLDisplay dpy, const char *name, GLenum s) { in printEGLString() 187 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration() 238 int printEGLConfigurations(EGLDisplay dpy) { in printEGLConfigurations() 270 void setSurfaceMetadata(EGLDisplay dpy, EGLSurface surface) { in setSurfaceMetadata() 318 EGLDisplay dpy; in main() local
|
/frameworks/base/libs/hwui/surfacetexture/ |
D | EGLConsumer.cpp | 66 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in hasEglProtectedContentImpl() local 371 EGLDisplay dpy = eglGetCurrentDisplay(); in checkAndUpdateEglStateLocked() local 401 EGLDisplay dpy = eglGetCurrentDisplay(); in detachFromContext() local 439 EGLDisplay dpy = eglGetCurrentDisplay(); in attachToContext() local 475 status_t EGLConsumer::syncForReleaseLocked(EGLDisplay dpy, SurfaceTexture& st) { in syncForReleaseLocked() 544 EGLDisplay dpy = eglGetCurrentDisplay(); in doGLFenceWaitLocked() local 652 EGLImageKHR EGLConsumer::EglImage::createImage(EGLDisplay dpy, in createImage()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 85 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in hasEglProtectedContentImpl() local 506 EGLDisplay dpy = eglGetCurrentDisplay(); in checkAndUpdateEglStateLocked() local 563 EGLDisplay dpy = eglGetCurrentDisplay(); in detachFromContext() local 608 EGLDisplay dpy = eglGetCurrentDisplay(); in attachToContext() local 645 status_t GLConsumer::syncForReleaseLocked(EGLDisplay dpy) { in syncForReleaseLocked() 846 EGLDisplay dpy = eglGetCurrentDisplay(); in doGLFenceWaitLocked() local 989 EGLImageKHR GLConsumer::EglImage::createImage(EGLDisplay dpy, in createImage()
|