/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 69 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitialize() 76 EGLBoolean eglTerminate(EGLDisplay dpy) { in eglTerminate() 83 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigs() 91 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfig() 99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* value) { in eglGetConfigAttrib() 106 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface() 114 EGLSurface eglCreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurface() 122 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, in eglCreatePixmapSurface() 130 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() 138 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint* attrib_list) { in eglCreatePbufferSurface() [all …]
|
D | egl_platform_entries.cpp | 260 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display, attrib_list); in eglGetPlatformDisplayTmpl() local 278 EGLBoolean eglInitializeImpl(EGLDisplay dpy, EGLint* major, EGLint* minor) { in eglInitializeImpl() 287 EGLBoolean eglTerminateImpl(EGLDisplay dpy) { in eglTerminateImpl() 304 EGLBoolean eglGetConfigsImpl(EGLDisplay dpy, EGLConfig* configs, EGLint config_size, in eglGetConfigsImpl() 324 EGLBoolean eglChooseConfigImpl(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs, in eglChooseConfigImpl() 393 EGLBoolean eglGetConfigAttribImpl(EGLDisplay dpy, EGLConfig config, EGLint attribute, in eglGetConfigAttribImpl() 568 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat() 741 EGLSurface eglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurfaceImpl() 753 EGLSurface eglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurfaceImpl() 788 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl() [all …]
|
D | egl_display.cpp | 72 int egl_get_init_count(EGLDisplay dpy) { in egl_get_init_count() 92 egl_display_t* egl_display_t::get(EGLDisplay dpy) { in get() 135 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() local 192 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() local 535 egl_display_t* validate_display(EGLDisplay dpy) { in validate_display() 543 egl_display_t* validate_display_connection(EGLDisplay dpy, egl_connection_t** outCnx) { in validate_display_connection()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL14.java | 176 EGLDisplay dpy, in eglInitialize() 186 EGLDisplay dpy in eglTerminate() 192 EGLDisplay dpy, in eglQueryString() 198 EGLDisplay dpy, in eglGetConfigs() 209 EGLDisplay dpy, in eglChooseConfig() 222 EGLDisplay dpy, in eglGetConfigAttrib() 232 EGLDisplay dpy, in _eglCreateWindowSurface() 240 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture() 247 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() 282 EGLDisplay dpy, in eglCreatePbufferSurface() [all …]
|
D | EGL15.java | 82 EGLDisplay dpy, in eglCreateSync() 94 EGLDisplay dpy, in eglGetSyncAttrib() 104 EGLDisplay dpy, in eglDestroySync() 111 EGLDisplay dpy, in eglClientWaitSync() 129 EGLDisplay dpy, in eglCreatePlatformWindowSurface() 139 EGLDisplay dpy, in eglCreatePlatformPixmapSurface() 149 EGLDisplay dpy, in eglWaitSync() 157 EGLDisplay dpy, in eglCreateImage() 168 EGLDisplay dpy, in eglDestroyImage()
|
/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 | eglQueryString.java | 4 EGLDisplay dpy, in eglQueryString()
|
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 | 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 | eglQueryString.cpp | 4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I()
|
D | eglCreatePlatformWindowSurface.java | 4 EGLDisplay dpy, in eglCreatePlatformWindowSurface()
|
D | eglCreatePixmapSurface.java | 5 EGLDisplay dpy, in eglCreatePixmapSurface()
|
D | eglCreateImage.java | 4 EGLDisplay dpy, in eglCreateImage()
|
D | eglCreatePixmapSurface.cpp | 4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
|
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 | 121 EGLDisplay dpy = getDisplay(_env, display); in jni_eglInitialize() local 143 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQueryContext() local 162 EGLDisplay dpy = getDisplay(_env, display); in jni_eglQuerySurface() local 176 EGLDisplay dpy = getDisplay(_env, display); in jni_getInitCount() local 193 EGLDisplay dpy = getDisplay(_env, display); in jni_eglChooseConfig() local 226 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateContext() local 242 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreatePbufferSurface() local 264 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurface() local 291 EGLDisplay dpy = getDisplay(_env, display); in jni_eglCreateWindowSurfaceTexture() local 319 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/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/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 67 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in hasEglProtectedContentImpl() local 373 EGLDisplay dpy = eglGetCurrentDisplay(); in checkAndUpdateEglStateLocked() local 403 EGLDisplay dpy = eglGetCurrentDisplay(); in detachFromContext() local 442 EGLDisplay dpy = eglGetCurrentDisplay(); in attachToContext() local 478 status_t EGLConsumer::syncForReleaseLocked(EGLDisplay dpy, SurfaceTexture& st) { in syncForReleaseLocked() 543 EGLDisplay dpy = eglGetCurrentDisplay(); in doGLFenceWaitLocked() local 651 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 991 EGLImageKHR GLConsumer::EglImage::createImage(EGLDisplay dpy, in createImage()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLDisplayImpl.java | 24 public EGLDisplayImpl(long dpy) { in EGLDisplayImpl()
|