Searched refs:dpy (Results 26 - 50 of 64) sorted by relevance

123

/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp178 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
229 int printEGLConfigurations(EGLDisplay dpy) { argument
231 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
245 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
254 printEGLConfiguration(dpy, configs[i]);
276 EGLDisplay dpy; local
279 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
281 if (dpy == EGL_NO_DISPLAY) {
286 returnValue = eglInitialize(dpy,
[all...]
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp40 EGLDisplay dpy; local
47 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
48 eglInitialize(dpy, &majorVersion, &minorVersion);
51 dpy, s_configAttribs, window, &config);
52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
55 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
57 surface = eglCreatePbufferSurface(dpy, config, attribs);
62 context = eglCreateContext(dpy, config, NULL, NULL);
63 eglMakeCurrent(dpy, surface, surface, context);
64 eglQuerySurface(dpy, surfac
[all...]
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp93 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext context) { argument
131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID,
173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
239 EGLDisplay dpy; local
242 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
244 if (dpy == EGL_NO_DISPLAY) {
249 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
258 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
267 printEGLConfiguration(dpy, myConfi
[all...]
/frameworks/native/libs/gui/
H A DSyncFeatures.cpp31 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
41 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
44 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
H A DGLConsumer.cpp44 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
96 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
97 const char* exts = eglQueryStringImplementationANDROID(dpy, EGL_EXTENSIONS);
470 EGLDisplay dpy = eglGetCurrentDisplay(); local
477 mEglDisplay = dpy;
484 if (mEglDisplay != dpy || dpy == EGL_NO_DISPLAY) {
494 mEglDisplay = dpy;
527 EGLDisplay dpy = eglGetCurrentDisplay(); local
530 if (mEglDisplay != dpy
584 EGLDisplay dpy = eglGetCurrentDisplay(); local
619 bindUnslottedBufferLocked(EGLDisplay dpy) argument
652 syncForReleaseLocked(EGLDisplay dpy) argument
877 createImage(EGLDisplay dpy, const sp<GraphicBuffer>& graphicBuffer, const Rect& crop) argument
970 EGLDisplay dpy = eglGetCurrentDisplay(); local
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp54 EGLBoolean EGLAPI eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw,
104 static egl_display_t& get_display(EGLDisplay dpy);
106 static EGLBoolean is_valid(EGLDisplay dpy) { argument
107 return ((uintptr_t(dpy)-1U) >= NUM_DISPLAYS) ? EGL_FALSE : EGL_TRUE;
116 egl_display_t& egl_display_t::get_display(EGLDisplay dpy) { argument
117 return gDisplays[uintptr_t(dpy)-1U];
126 EGLDisplay dpy; member in struct:android::egl_context_t
147 EGLDisplay dpy; member in struct:android::egl_surface_t
152 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
174 egl_surface_t::egl_surface_t(EGLDisplay dpy, argument
340 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
659 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
722 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, int32_t w, int32_t h, int32_t f) argument
1200 getConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1278 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1324 createPbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1389 EGLDisplay dpy = (EGLDisplay)1; local
1397 eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) argument
1418 eglTerminate(EGLDisplay dpy) argument
1437 eglGetConfigs( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
1457 eglChooseConfig( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) argument
1539 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1552 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1559 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1566 eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1572 eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) argument
1593 eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) argument
1657 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) argument
1675 eglDestroyContext(EGLDisplay dpy, EGLContext ctx) argument
1686 eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) argument
1836 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
1861 eglSwapBuffers(EGLDisplay dpy, EGLSurface draw) argument
1890 eglCopyBuffers( EGLDisplay dpy, EGLSurface surface, NativePixmapType target) argument
1904 eglQueryString(EGLDisplay dpy, EGLint name) argument
1926 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
1935 eglBindTexImage( EGLDisplay dpy, EGLSurface surface, EGLint buffer) argument
1944 eglReleaseTexImage( EGLDisplay dpy, EGLSurface surface, EGLint buffer) argument
1953 eglSwapInterval(EGLDisplay dpy, EGLint interval) argument
1989 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
2014 eglLockSurfaceKHR(EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list) argument
2021 eglUnlockSurfaceKHR(EGLDisplay dpy, EGLSurface surface) argument
2027 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument
2063 eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR img) argument
2088 eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) argument
2109 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
2118 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
2128 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
2154 eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGLint width, EGLint height) argument
[all...]
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp282 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
333 int printEGLConfigurations(EGLDisplay dpy) { argument
335 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
349 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
358 printEGLConfiguration(dpy, configs[i]);
384 EGLDisplay dpy; local
387 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
389 if (dpy == EGL_NO_DISPLAY) {
394 returnValue = eglInitialize(dpy,
[all...]
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp193 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext context) { argument
236 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID,
283 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
349 EGLDisplay dpy; local
352 dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
354 if (dpy == EGL_NO_DISPLAY) {
359 returnValue = eglInitialize(dpy, &majorVersion, &minorVersion);
368 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
377 printEGLConfiguration(dpy, myConfi
[all...]
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp68 egl_display_t* egl_display_t::get(EGLDisplay dpy) { argument
69 uintptr_t index = uintptr_t(dpy)-1U;
109 if (cnx->dso && disp.dpy == EGL_NO_DISPLAY) {
110 EGLDisplay dpy = cnx->egl.eglGetDisplay(display); local
111 disp.dpy = dpy;
112 if (dpy == EGL_NO_DISPLAY) {
153 EGLDisplay idpy = disp.dpy;
155 //ALOGD("initialized dpy=%p, ver=%d.%d, cnx=%p",
251 if (cnx->egl.eglTerminate(disp.dpy)
[all...]
H A Degl_object.h132 egl_surface_t(egl_display_t* dpy, EGLConfig config,
148 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config,
154 EGLDisplay dpy; member in class:android::egl_context_t
H A Degl.cpp251 egl_display_ptr validate_display(EGLDisplay dpy) { argument
252 egl_display_ptr dp = get_display(dpy);
261 egl_display_ptr validate_display_connection(EGLDisplay dpy, argument
264 egl_display_ptr dp = validate_display(dpy);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp125 EGLDisplay dpy = getDisplay(_env, display); local
126 jboolean success = eglInitialize(dpy, NULL, NULL);
147 EGLDisplay dpy = getDisplay(_env, display); local
153 success = eglQueryContext(dpy, ctx, attribute, base);
166 EGLDisplay dpy = getDisplay(_env, display); local
173 success = eglQuerySurface(dpy, sur, attribute, base);
180 EGLDisplay dpy = getDisplay(_env, display); local
181 egl_display_t* eglDisplay = get_display_nowake(dpy);
198 EGLDisplay dpy = getDisplay(_env, display); local
208 success = eglChooseConfig(dpy, attrib_bas
231 EGLDisplay dpy = getDisplay(_env, display); local
247 EGLDisplay dpy = getDisplay(_env, display); local
274 EGLDisplay dpy = getDisplay(_env, display); local
318 EGLDisplay dpy = getDisplay(_env, display); local
345 EGLDisplay dpy = getDisplay(_env, display); local
373 EGLDisplay dpy = getDisplay(_env, display); local
391 EGLDisplay dpy = getDisplay(_env, display); local
437 EGLDisplay dpy = getDisplay(_env, display); local
447 EGLDisplay dpy = getDisplay(_env, display); local
470 EGLDisplay dpy = getDisplay(_env, display); local
482 EGLDisplay dpy = getDisplay(_env, display); local
492 EGLDisplay dpy = getDisplay(_env, display); local
502 EGLDisplay dpy = getDisplay(_env, display); local
[all...]
H A Dandroid_opengl_EGL14.cpp153 /* EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor ) */
156 (JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) {
161 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
236 /* EGLBoolean eglTerminate ( EGLDisplay dpy ) */
239 (JNIEnv *_env, jobject _this, jobject dpy) {
241 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
249 /* const char * eglQueryString ( EGLDisplay dpy, EGLint name ) */
252 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
254 (EGLDisplay)fromEGLHandle(_env, egldisplayGetHandleID, dpy),
259 /* EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfi
155 android_eglInitialize(JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) argument
238 android_eglTerminate(JNIEnv *_env, jobject _this, jobject dpy) argument
251 android_eglQueryString__Landroind_opengl_EGLDisplay_2I(JNIEnv *_env, jobject _this, jobject dpy, jint name) argument
261 android_eglGetConfigs(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
339 android_eglChooseConfig(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
462 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
517 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
594 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
675 android_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) argument
737 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
746 android_eglDestroySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface) argument
761 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
854 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
918 android_eglSurfaceAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) argument
935 android_eglBindTexImage(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint buffer) argument
951 android_eglReleaseTexImage(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint buffer) argument
967 android_eglSwapInterval(JNIEnv *_env, jobject _this, jobject dpy, jint interval) argument
981 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
1045 android_eglDestroyContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx) argument
1060 android_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) argument
1108 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
1183 android_eglSwapBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface) argument
1198 android_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) argument
[all...]
H A Dandroid_opengl_EGLExt.cpp134 /* EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time ) */
137 (JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) {
139 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
136 android_eglPresentationTimeANDROID(JNIEnv *_env, jobject _this, jobject dpy, jobject sur, jlong time) argument
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
4 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
9 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
81 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) {
86 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy);
3 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
80 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp86 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
322 EGLDisplay dpy,
329 eglGetConfigs(dpy, NULL, 0, &numConfigs);
331 eglChooseConfig(dpy, attrs, configs, numConfigs, &n);
337 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
912 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
913 const sp<DisplayDevice>& hw(mDisplays[dpy]);
1009 for (size_t dpy
321 selectConfigForAttribute( EGLDisplay dpy, EGLint const* attrs, EGLint attribute, EGLint wanted, EGLConfig* outConfig) argument
2591 wp<IBinder> dpy; local
[all...]
/frameworks/native/include/gui/
H A DGLConsumer.h275 EGLImageKHR createImage(EGLDisplay dpy,
300 status_t syncForReleaseLocked(EGLDisplay dpy);
307 status_t bindUnslottedBufferLocked(EGLDisplay dpy);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp97 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
160 int printEGLConfigurations(EGLDisplay dpy) { argument
162 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig);
176 returnVal = eglGetConfigs(dpy, configs, numConfig, &numConfig);
185 printEGLConfiguration(dpy, configs[i]);
/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp69 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config) argument
111 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_egl.cpp74 void GLTrace_eglSwapBuffers(void *dpy, void *draw) { argument
H A Dgltrace_eglapi.cpp202 void GLTrace_eglSwapBuffers(void *dpy, void *draw) { argument
203 gltrace::GLTrace_eglSwapBuffers(dpy, draw);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp39 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config);
49 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface, argument
66 *dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY);
68 if (*dpy == EGL_NO_DISPLAY) {
73 returnValue = eglInitialize(*dpy, &majorVersion, &minorVersion);
88 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy,
99 printEGLConfiguration(*dpy, myConfig);
102 *surface = eglCreateWindowSurface(*dpy, myConfig, window, NULL);
109 context = eglCreateContext(*dpy, myConfig, EGL_NO_CONTEXT, contextAttribs);
115 returnValue = eglMakeCurrent(*dpy, *surfac
972 printEGLConfiguration(EGLDisplay dpy, EGLConfig config) argument
[all...]
H A DhwcColorEquiv.cpp128 static EGLDisplay dpy; variable
396 list->dpy = dpy;
420 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp141 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
143 ASSERT_NE(EGL_NO_DISPLAY, dpy);
147 EXPECT_TRUE(eglInitialize(dpy, &majorVersion, &minorVersion));
162 EXPECT_TRUE(eglChooseConfig(dpy, configAttribs, &myConfig, 1,
166 EGLSurface eglSurface = eglCreateWindowSurface(dpy, myConfig, mANW.get(),
172 eglDestroySurface(dpy, eglSurface);
175 eglTerminate(dpy);
499 EGLDisplay dpy; member in class:android::MyThread
503 eglMakeCurrent(dpy, sur, sur, ctx);
508 eglMakeCurrent(dpy, EGL_NO_SURFAC
[all...]
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp270 sp<IBinder> dpy = SurfaceComposerClient::createDisplay( local
274 SurfaceComposerClient::setDisplaySurface(dpy, bufferProducer);
275 SurfaceComposerClient::setDisplayProjection(dpy,
278 SurfaceComposerClient::setDisplayLayerStack(dpy, 0); // default stack
281 *pDisplayHandle = dpy;
485 sp<IBinder> dpy;
486 err = prepareVirtualDisplay(mainDpyInfo, bufferProducer, &dpy);
516 SurfaceComposerClient::destroyDisplay(dpy);

Completed in 304 milliseconds

123