/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image); 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image); 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/ |
eglext.h | 84 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image); 87 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image); 140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout); 143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value); 146 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) [all...] |
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_utils.cpp | 59 EGLAPI EGLBoolean eglGpuPerfHintQCOM(EGLDisplay dpy, EGLContext ctx, 371 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 377 if(!ctx->dpyAttr[dpy].mActionSafePresent) 380 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio; 381 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; 388 int fbWidth = ctx->dpyAttr[dpy].xres; 389 int fbHeight = ctx->dpyAttr[dpy].yres; 390 if(ctx->dpyAttr[dpy].mDownScaleMode) { 465 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, 468 float fbWidth = (float)ctx->dpyAttr[dpy].xres [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
overlay.cpp | 78 snprintf(str, 32, "Unset=%s dpy=%d mix=%d; ", 113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { 120 mPipeBook[i].mDisplay == dpy) && 124 ( (sDMAMultiplexingSupported && dpy) || 136 mPipeBook[index].mDisplay = dpy; 139 mPipeBook[index].mPipe = new GenericPipe(dpy); 142 snprintf(str, 32, "Set=%s dpy=%d mix=%d; ", 143 PipeBook::getDestStr(dest), dpy, mixer); 150 (int)type, dpy, mixer); 167 return nextPipe(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer) 292 int dpy = mPipeBook[index].mDisplay; local [all...] |
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_utils.cpp | 60 EGLAPI EGLBoolean eglGpuPerfHintQCOM(EGLDisplay dpy, EGLContext ctx, 386 void getActionSafePosition(hwc_context_t *ctx, int dpy, hwc_rect_t& rect) { 392 if(!ctx->dpyAttr[dpy].mActionSafePresent) 395 int asWidthRatio = ctx->dpyAttr[dpy].mAsWidthRatio; 396 int asHeightRatio = ctx->dpyAttr[dpy].mAsHeightRatio; 403 int fbWidth = ctx->dpyAttr[dpy].xres; 404 int fbHeight = ctx->dpyAttr[dpy].yres; 405 if(ctx->dpyAttr[dpy].mDownScaleMode) { 452 void getAspectRatioPosition(hwc_context_t* ctx, int dpy, int extOrientation, 455 float fbWidth = (float)ctx->dpyAttr[dpy].xres [all...] |
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
subpicture.c | 110 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) 116 subpictures = XvMCListSubpictureTypes(dpy, port, surface_type_id, &num_subpics); 194 Status XvMCCreateSubpicture(Display *dpy, XvMCContext *context, XvMCSubpicture *subpicture, 206 assert(dpy); 221 ret = Validate(dpy, context->port, context->surface_type_id, xvimage_id); 262 subpicture->subpicture_id = XAllocID(dpy); 299 Status XvMCClearSubpicture(Display *dpy, XvMCSubpicture *subpicture, short x, short y, 311 assert(dpy); 345 Status XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, 357 assert(dpy); [all...] |
context.c | 45 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, 59 assert(dpy); 70 for (unsigned int i = 0; i < XScreenCount(dpy); ++i) { 71 ret = XvQueryAdaptors(dpy, XRootWindow(dpy, i), &num_adaptors, &adaptor_info); 84 surface_info = XvMCListSurfaceTypes(dpy, adaptor_info[j].base_id, &num_types); 181 Status XvMCCreateContext(Display *dpy, XvPortID port, int surface_type_id, 199 assert(dpy); 204 ret = Validate(dpy, port, surface_type_id, width, height, flags, 231 vscreen = vl_screen_create(dpy, scrn) [all...] |
attributes.c | 54 XvAttribute* XvMCQueryAttributes(Display *dpy, XvMCContext *context, int *number) 58 assert(dpy && number); 76 Status XvMCSetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int value) 82 assert(dpy); 89 attr = XGetAtomName(dpy, attribute); 121 Status XvMCGetAttribute(Display *dpy, XvMCContext *context, Atom attribute, int *value) 126 assert(dpy); 133 attr = XGetAtomName(dpy, attribute);
|
/frameworks/native/opengl/libs/EGL/ |
egl_object.cpp | 67 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, 70 egl_object_t(dpy), surface(surface), config(config), win(win), cnx(cnx) 90 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, 92 egl_object_t(get_display_nowake(dpy)), dpy(dpy), context(context),
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlay.cpp | 78 snprintf(str, 32, "Unset=%s dpy=%d mix=%d; ", 113 eDest Overlay::nextPipe(eMdpPipeType type, int dpy, int mixer) { 120 mPipeBook[i].mDisplay == dpy) && 124 ( (sDMAMultiplexingSupported && dpy) || 136 mPipeBook[index].mDisplay = dpy; 139 mPipeBook[index].mPipe = new GenericPipe(dpy); 142 snprintf(str, 32, "Set=%s dpy=%d mix=%d; ", 143 PipeBook::getDestStr(dest), dpy, mixer); 150 (int)type, dpy, mixer); 169 return nextPipe(OV_MDP_PIPE_VG, pipeSpecs.dpy, pipeSpecs.mixer) 295 int dpy = mPipeBook[dest].mDisplay; local [all...] |
/frameworks/native/opengl/tests/gl_yuvtex/ |
gl_yuvtex.cpp | 93 bool setupYuvTexSurface(EGLDisplay dpy, EGLContext context) { 131 EGLImageKHR img = eglCreateImageKHR(dpy, EGL_NO_CONTEXT, EGL_NATIVE_BUFFER_ANDROID, 173 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { 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); 259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); 268 printEGLConfiguration(dpy, myConfig) [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_sync.c | 44 _EGLDisplay *dpy = gsync->base.Resource.Display; local 49 _eglUnlockMutex(&dpy->Mutex); 54 _eglLockMutex(&dpy->Mutex); 101 _EGLDisplay *dpy = gsync->base.Resource.Display; local 102 struct egl_g3d_display *gdpy = egl_g3d_display(dpy); 108 _eglUnlockMutex(&dpy->Mutex); 112 _eglLockMutex(&dpy->Mutex); 152 egl_g3d_create_sync(_EGLDriver *drv, _EGLDisplay *dpy, 159 if (!ctx || ctx->Resource.Display != dpy) { 170 if (!_eglInitSync(&gsync->base, dpy, type, attrib_list)) [all...] |
/hardware/intel/common/libva/va/x11/ |
va_x11.c | 171 VADisplay dpy = NULL; local 177 if (!dpy) 197 dpy = (VADisplay)pDisplayContext; 210 return dpy; 213 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext) 214 #define CHECK_DISPLAY(dpy) if( !vaDisplayIsValid(dpy) ) { return VA_STATUS_ERROR_INVALID_DISPLAY; } 217 VADisplay dpy, 235 VADisplay dpy, [all...] |
/hardware/intel/common/libva/va/ |
va.h | 276 int vaDisplayIsValid(VADisplay dpy); 282 VADisplay dpy, 291 VADisplay dpy 303 VADisplay dpy 313 VADisplay dpy, [all...] |
/external/libvncserver/x11vnc/ |
xwrappers.c | 84 void XTRAP_FakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down, 86 void XTestFakeKeyEvent_wr(Display* dpy, KeyCode key, Bool down, 88 void XTRAP_FakeButtonEvent_wr(Display* dpy, unsigned int button, Bool is_press, 90 void XTestFakeButtonEvent_wr(Display* dpy, unsigned int button, Bool is_press, 92 void XTRAP_FakeMotionEvent_wr(Display* dpy, int screen, int x, int y, 94 void XTestFakeMotionEvent_wr(Display* dpy, int screen, int x, int y, 97 Bool XTestCompareCurrentCursorWithWindow_wr(Display* dpy, Window w); 98 Bool XTestCompareCursorWithWindow_wr(Display* dpy, Window w, Cursor cursor); 99 Bool XTestQueryExtension_wr(Display *dpy, int *ev, int *er, int *maj, 101 void XTestDiscard_wr(Display *dpy); [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
glxinit.c | 45 __glXCloseDisplay(Display * dpy, XExtCodes * codes) 47 return XextRemoveDisplay(__glXExtensionInfo, dpy); 137 __glXQueryServerString(Display * dpy, int opcode, CARD32 screen, CARD32 name) 148 LockDisplay(dpy); 163 _XReply(dpy, (xReply *) & reply, 0, False); 170 _XRead(dpy, buf, numbytes); 174 _XEatData(dpy, length); 176 UnlockDisplay(dpy); 194 screens = ScreenCount(priv->dpy); 238 QueryVersion(Display * dpy, int opcode, int *major, int *minor 521 Display *dpy = priv->dpy; local [all...] |
/external/mesa3d/src/glx/apple/ |
apple_glx_pixmap.c | 48 static void pixmap_destroy(Display * dpy, struct apple_glx_drawable *d); 91 pixmap_destroy(Display * dpy, struct apple_glx_drawable *d) 101 XAppleDRIDestroyPixmap(dpy, p->xpixmap); 119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, 129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks)) 139 if (!XAppleDRICreatePixmap(dpy, screen, pixmap, 225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) 227 return !apple_glx_drawable_destroy_by_type(dpy, pixmap,
|
/external/mesa3d/src/glx/ |
drisw_glx.c | 72 Display * dpy, XID drawable, int visualid) 80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); 81 pdp->swapgc = XCreateGC(dpy, drawable, 0, NULL); 85 XChangeGC(dpy, pdp->gc, GCFunction, &gcvalues); 86 XChangeGC(dpy, pdp->swapgc, GCFunction, &gcvalues); 87 XChangeGC(dpy, pdp->swapgc, GCGraphicsExposures, &gcvalues); 92 pdp->visinfo = XGetVisualInfo(dpy, visMask, &visTemp, &num_visuals); 98 pdp->ximage = XCreateImage(dpy, 118 XDestroyDrawable(struct drisw_drawable * pdp, Display * dpy, XID drawable) 123 XFreeGC(dpy, pdp->gc) 138 Display *dpy = pdraw->psc->dpy; local 180 Display *dpy = pdraw->psc->dpy; local 216 Display *dpy = pread->psc->dpy; local [all...] |
glxclient.h | 147 extern __GLXDRIdisplay *driswCreateDisplay(Display * dpy); 148 extern __GLXDRIdisplay *driCreateDisplay(Display * dpy); 149 extern __GLXDRIdisplay *dri2CreateDisplay(Display * dpy); 150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable); 151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable); 158 extern const char *glXGetScreenDriver(Display * dpy, int scrNum); 222 void (*bind_tex_image)(Display * dpy, 225 void (*release_tex_image)(Display * dpy, GLXDrawable drawable, int buffer); 338 * \c dpy of current display for this context. Will be \c NULL if not 497 Display *dpy; member in struct:glx_screen 539 Display *dpy; member in struct:glx_display [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 179 int dpy); 189 bool needsScaling(hwc_context_t* ctx, hwc_layer_1_t const* layer, const int& dpy); 191 int hwc_vsync_control(hwc_context_t* ctx, int dpy, int enable); 193 bool isGLESOnlyComp(hwc_context_t *ctx, const int& dpy); 199 void getActionSafePosition(hwc_context_t *ctx, int dpy, uint32_t& x, 203 void closeAcquireFds(hwc_display_contents_1_t* list, int dpy); 206 int hwc_sync(hwc_context_t *ctx, hwc_display_contents_1_t* list, int dpy, 210 void trimLayer(hwc_context_t *ctx, const int& dpy, const int& transform, 231 int configureLowRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy, 237 int configureHighRes(hwc_context_t *ctx, hwc_layer_1_t *layer, const int& dpy, [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/server/ |
radeon_macros.h | 71 #define INPLL(dpy, addr) RADEONINPLL(dpy, addr) 80 #define OUTPLLP(dpy, addr, val, mask) \ 82 GLuint tmp = INPLL(dpy, addr); \
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
eglCreatePbufferFromClientBuffer.cpp | 1 /* EGLSurface eglCreatePbufferFromClientBuffer ( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list ) */ 4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) { 9 EGLDisplay dpy_native = (EGLDisplay) fromEGLHandle(_env, egldisplayGetHandleID, dpy); 67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) { 72 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
|
/hardware/qcom/display/msm8226/liboverlay/pipes/ |
overlayGenPipe.cpp | 35 GenericPipe::GenericPipe(const int& dpy) : mDpy(dpy), 36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
|
/hardware/qcom/display/msm8994/liboverlay/pipes/ |
overlayGenPipe.cpp | 35 GenericPipe::GenericPipe(const int& dpy) : mDpy(dpy), 36 mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
|