Searched refs:dpy (Results 51 - 67 of 67) sorted by relevance

123

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp91 EGLAPI const char* eglQueryStringImplementationANDROID(EGLDisplay dpy, EGLint name);
986 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
987 const sp<DisplayDevice>& hw(mDisplays[dpy]);
1120 for (size_t dpy=0 ; dpy<mDisplays.size() ; dpy++) {
1124 const sp<DisplayDevice>& displayDevice(mDisplays[dpy]);
1164 for (size_t dpy
2889 wp<IBinder> dpy; local
[all...]
H A DSurfaceFlinger.h358 sp<const DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) const {
359 return mDisplays.valueFor(dpy);
363 sp<DisplayDevice> getDisplayDevice(const wp<IBinder>& dpy) { argument
364 return mDisplays.valueFor(dpy);
H A DDisplayDevice.cpp347 EGLBoolean DisplayDevice::makeCurrent(EGLDisplay dpy, EGLContext ctx) const { argument
351 result = eglMakeCurrent(dpy, mSurface, mSurface, ctx);
354 eglSwapInterval(dpy, 0);
H A DDisplayDevice.h173 EGLBoolean makeCurrent(EGLDisplay dpy, EGLContext ctx) const;
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp168 static EGLDisplay dpy; variable
342 list->dpy = dpy;
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcStress.cpp196 static EGLDisplay dpy; variable
494 list->dpy = dpy;
536 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
H A DhwcTestLib.h105 void hwcTestInitDisplay(bool verbose, EGLDisplay *dpy, EGLSurface *surface,
H A DhwcCommit.cpp232 static EGLDisplay dpy; variable
1502 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height);
/frameworks/native/include/gui/
H A DGLConsumer.h327 EGLImageKHR createImage(EGLDisplay dpy,
370 status_t syncForReleaseLocked(EGLDisplay dpy);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp64 EGLDisplay dpy = eglGetCurrentDisplay(); local
67 if (dpy == EGL_NO_DISPLAY || ctx == EGL_NO_CONTEXT) {
72 eglQueryContext(dpy, ctx, EGL_PROTECTED_CONTENT_EXT, &isProtected);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp226 sp<IBinder> dpy = mSurfaceComposerClient->getBuiltInDisplay(0); local
227 if (dpy == NULL) {
233 status_t err = mSurfaceComposerClient->getDisplayInfo(dpy, &info);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiDevice.java139 float dpy = p.y / metrics.density;
141 p.y = Math.round(dpy);
/frameworks/rs/driver/
H A DrsdGL.cpp86 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
127 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp33 EGLAPI void EGLAPIENTRY eglBeginFrame(EGLDisplay dpy, EGLSurface surface);
/frameworks/native/opengl/libs/EGL/
H A Degl_cache.cpp115 eglSetBlobCacheFuncsANDROID(display->disp.dpy,
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp679 mLists[i]->dpy = (hwc_display_t)0xDEADBEEF;
682 mLists[i]->dpy = EGL_NO_DISPLAY;
767 // by the (dpy, sur) fields and we are guaranteed to have only
769 mLists[0]->dpy = eglGetCurrentDisplay();
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3519 Display* dpy; member in struct:VkXlibSurfaceCreateInfoKHR
3525 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceXlibPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, Display* dpy, VisualID visualID);
3537 Display* dpy,

Completed in 388 milliseconds

123