Home
last modified time | relevance | path

Searched defs:dpy (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/native/opengl/libs/EGL/
DeglApi.cpp70 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 …]
Degl_platform_entries.cpp298 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display, attrib_list); in eglGetPlatformDisplayTmpl() local
316 EGLBoolean eglInitializeImpl(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitializeImpl()
326 EGLBoolean eglTerminateImpl(EGLDisplay dpy) in eglTerminateImpl()
344 EGLBoolean eglGetConfigsImpl(EGLDisplay dpy, in eglGetConfigsImpl()
367 EGLBoolean eglChooseConfigImpl( EGLDisplay dpy, const EGLint *attrib_list, in eglChooseConfigImpl()
441 EGLBoolean eglGetConfigAttribImpl(EGLDisplay dpy, EGLConfig config, in eglGetConfigAttribImpl()
617 void getNativePixelFormat(EGLDisplay dpy, egl_connection_t* cnx, EGLConfig config, in getNativePixelFormat()
790 EGLSurface eglCreateWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurfaceImpl()
802 EGLSurface eglCreatePlatformWindowSurfaceImpl(EGLDisplay dpy, EGLConfig config, void* native_window, in eglCreatePlatformWindowSurfaceImpl()
837 EGLSurface eglCreatePlatformPixmapSurfaceImpl(EGLDisplay dpy, EGLConfig /*config*/, in eglCreatePlatformPixmapSurfaceImpl()
[all …]
Degl_display.h106 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()
Degl_display.cpp80 int egl_get_init_count(EGLDisplay dpy) { in egl_get_init_count()
96 egl_display_t* egl_display_t::get(EGLDisplay dpy) { in get()
139 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() local
187 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() local
/frameworks/base/opengl/java/android/opengl/
DEGL14.java175 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 …]
DEGL15.java82 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/
DEGLUtils.h93 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/
DeglCreateWindowSurface.java4 EGLDisplay dpy, in _eglCreateWindowSurface()
12 EGLDisplay dpy, in _eglCreateWindowSurfaceTexture()
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
DeglCreateSync.java4 EGLDisplay dpy, in eglCreateSync()
16 EGLDisplay dpy, in eglGetSyncAttrib()
DeglCreatePbufferFromClientBuffer.java4 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
16 EGLDisplay dpy, in eglCreatePbufferFromClientBuffer()
DeglCreatePbufferFromClientBuffer.cpp4 …(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()
DeglQueryString.java4 EGLDisplay dpy, in eglQueryString()
DeglCreateSync.cpp4 (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()
DeglCreatePixmapSurface.java5 EGLDisplay dpy, in eglCreatePixmapSurface()
DeglQueryString.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) { in android_eglQueryString__Landroind_opengl_EGLDisplay_2I()
DeglCreatePlatformWindowSurface.java4 EGLDisplay dpy, in eglCreatePlatformWindowSurface()
DeglCreateImage.java4 EGLDisplay dpy, in eglCreateImage()
DeglCreatePixmapSurface.cpp4 …(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref,… in android_eglCreatePixmapSurface()
DeglCreateWindowSurface.cpp4 …(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/
Dcom_google_android_gles_jni_EGLImpl.cpp121 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 …]
Dandroid_opengl_EGL14.cpp172 …(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 …]
Dandroid_opengl_EGL15.cpp198 (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/
Dgl2_basic.cpp50 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/
DEGLConsumer.cpp67 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/
DGLConsumer.cpp85 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()

123