HomeSort by relevance Sort by last modified time
    Searched refs:disp (Results 1 - 25 of 607) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/prebuilt-intermediates/main/
dispatch.h 43 #define CALL_by_offset(disp, cast, offset, parameters) \
44 (*(cast (GET_by_offset(disp, offset)))) parameters
45 #define GET_by_offset(disp, offset) \
46 (offset >= 0) ? (((_glapi_proc *)(disp))[offset]) : NULL
47 #define SET_by_offset(disp, offset, fn) \
51 /* __func__, __LINE__, disp, offset, # fn); */ \
55 ( (_glapi_proc *) (disp) )[offset] = (_glapi_proc) fn; \
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 22 egl_dispatch *disp = new egl_dispatch; local
25 ptr = dlsym(gles_android,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr);
26 ptr = dlsym(gles_android,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr);
27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
28 ptr = dlsym(gles_android,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr);
29 ptr = dlsym(gles_android,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr);
30 ptr = dlsym(gles_android,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr);
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr);
32 ptr = dlsym(gles_android,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t)ptr);
33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr)
    [all...]
gles_dispatch.cpp 22 gles_dispatch *disp = new gles_dispatch; local
25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr);
26 ptr = dlsym(gles_android,"glClearColor"); disp->set_glClearColor((glClearColor_t)ptr);
27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr);
28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr);
29 ptr = dlsym(gles_android,"glColor4f"); disp->set_glColor4f((glColor4f_t)ptr);
30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr);
31 ptr = dlsym(gles_android,"glFogf"); disp->set_glFogf((glFogf_t)ptr);
32 ptr = dlsym(gles_android,"glFogfv"); disp->set_glFogfv((glFogfv_t)ptr);
33 ptr = dlsym(gles_android,"glFrustumf"); disp->set_glFrustumf((glFrustumf_t)ptr)
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
LocaleNameProviderICU.java 23 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) local
25 if (disp == null || disp.length() == 0 || disp.equals(countryCode)) {
28 return disp;
34 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) local
36 if (disp == null || disp.length() == 0 || disp.equals(languageCode)) {
39 return disp;
46 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) local
57 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) local
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 111 #define RETURN_EGL_ERROR(disp, err, ret) \
113 if (disp) \
114 _eglUnlockDisplay(disp); \
121 #define RETURN_EGL_SUCCESS(disp, ret) \
122 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
125 #define RETURN_EGL_EVAL(disp, ret) \
126 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
133 #define _EGL_CHECK_DISPLAY(disp, ret, drv) \
135 drv = _eglCheckDisplay(disp, __func__); \
137 RETURN_EGL_ERROR(disp, 0, ret);
570 _EGLDisplay *disp = _eglLockDisplay(dpy); local
627 _EGLDisplay *disp = _eglLockDisplay(dpy); local
650 _EGLDisplay *disp; local
680 _EGLDisplay *disp = _eglLockDisplay(dpy); local
697 _EGLDisplay *disp = _eglLockDisplay(dpy); local
715 _EGLDisplay *disp = _eglLockDisplay(dpy); local
733 _EGLDisplay *disp = _eglLockDisplay(dpy); local
762 _EGLDisplay *disp = _eglLockDisplay(dpy); local
781 _EGLDisplay *disp = _eglLockDisplay(dpy); local
831 _EGLDisplay *disp = _eglLockDisplay(dpy); local
893 _EGLDisplay *disp = _eglLockDisplay(dpy); local
924 _EGLDisplay *disp = _eglLockDisplay(dpy); local
939 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1015 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1028 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1042 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1064 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1086 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1103 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1119 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1135 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1151 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1167 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1193 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1241 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1251 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1260 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1283 _EGLDisplay *disp; local
1326 _EGLDisplay *disp; local
1475 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1504 _EGLDisplay *disp = ctx->Resource.Display; local
1551 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1561 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1580 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1669 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1698 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1708 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1718 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1740 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1802 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1816 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1826 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1859 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1869 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1896 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1922 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1948 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1969 _EGLDisplay *disp = _eglLockDisplay(dpy); local
1993 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2013 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2034 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2055 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2079 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2101 _EGLDisplay *disp = _eglLockDisplay(display); local
2125 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2148 _EGLDisplay *disp = _eglLockDisplay(dpy); local
2170 _EGLDisplay *disp = NULL; local
2447 _EGLDisplay *disp; local
2470 _EGLDisplay *disp; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
IVsyncControl.h 29 virtual bool control(int disp, bool enabled) = 0;
30 virtual bool wait(int disp, int64_t& timestamp) = 0;
IBlankControl.h 27 virtual bool blank(int disp, bool blank) = 0;
IPrepareListener.h 27 virtual void onProtectedLayerStart(int disp) = 0;
Hwcomposer.h 47 virtual bool vsyncControl(int disp, int enabled);
52 virtual bool blank(int disp, int blank);
53 virtual bool getDisplayConfigs(int disp,
56 virtual bool getDisplayAttributes(int disp,
60 virtual bool compositionComplete(int disp);
62 virtual bool setPowerMode(int disp, int mode);
63 virtual int getActiveConfig(int disp);
64 virtual bool setActiveConfig(int disp, int index);
65 virtual bool setCursorPositionAsync(int disp, int x, int y);
68 virtual void vsync(int disp, int64_t timestamp)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.h 32 bool control(int disp, bool enabled);
33 bool wait(int disp, int64_t& timestamp);
BlankControl.h 30 bool blank(int disp, bool blank);
PrepareListener.h 29 virtual void onProtectedLayerStart(int disp);
BlankControl.cpp 34 bool BlankControl::blank(int disp, bool blank)
38 VTRACE("blank is not supported yet, disp %d, blank %d", disp, blank);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IVsyncControl.h 29 virtual bool control(int disp, bool enabled) = 0;
30 virtual bool wait(int disp, int64_t& timestamp) = 0;
IBlankControl.h 27 virtual bool blank(int disp, bool blank) = 0;
Hwcomposer.h 43 virtual bool vsyncControl(int disp, int enabled);
48 virtual bool blank(int disp, int blank);
49 virtual bool getDisplayConfigs(int disp,
52 virtual bool getDisplayAttributes(int disp,
56 virtual bool compositionComplete(int disp);
58 virtual bool setPowerMode(int disp, int mode);
59 virtual int getActiveConfig(int disp);
60 virtual bool setActiveConfig(int disp, int index);
61 virtual bool setCursorPositionAsync(int disp, int x, int y);
64 virtual void vsync(int disp, int64_t timestamp)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VsyncControl.h 32 bool control(int disp, bool enabled);
33 bool wait(int disp, int64_t& timestamp);
BlankControl.h 30 bool blank(int disp, bool blank);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Hwcomposer.cpp 145 bool Hwcomposer::vsyncControl(int disp, int enabled)
148 ALOGTRACE("disp = %d, enabled = %d", disp, enabled);
150 if (disp < 0 || disp >= IDisplayDevice::DEVICE_COUNT) {
151 ELOGTRACE("invalid disp %d", disp);
154 if (disp >= (int) mDisplayDevices.size()) {
157 IDisplayDevice *device = mDisplayDevices.itemAt(disp);
166 bool Hwcomposer::blank(int disp, int blank
339 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected); local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Hwcomposer.cpp 156 bool Hwcomposer::setPowerMode(int disp, int mode)
160 if (disp < 0 || disp >= IDisplayDevice::DEVICE_COUNT) {
161 ETRACE("invalid disp %d", disp);
165 if(disp >= mDisplayDevices.size()){
170 IDisplayDevice *device = mDisplayDevices.itemAt(disp);
179 int Hwcomposer::getActiveConfig(int disp)
183 if (disp < 0 || disp >= IDisplayDevice::DEVICE_COUNT)
351 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected); local
    [all...]
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 34 void (*vsync)(void *data, int disp, uint64_t timestamp);
38 void (*hotplug)(void *data, int disp, bool connected);
42 void (*custom_event)(void *data, int disp, struct adf_event *event);
77 static inline uint32_t adf_hwc_interface_flag_for_disp(int disp)
79 switch (disp) {
119 int adf_eventControl(struct adf_hwc_helper *dev, int disp, int event,
121 int adf_blank(struct adf_hwc_helper *dev, int disp, int blank);
123 int adf_getDisplayConfigs(struct adf_hwc_helper *dev, int disp,
125 int adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp,
133 int adf_getDisplayAttributes_hwc2(struct adf_hwc_helper *dev, int disp,
    [all...]
  /external/vulkan-validation-layers/loader/
trampoline.c 376 ptr_instance->disp = loader_instance_heap_alloc(ptr_instance, sizeof(struct loader_instance_dispatch_table),
378 if (ptr_instance->disp == NULL) {
384 memcpy(&ptr_instance->disp->layer_inst_disp, &instance_disp, sizeof(instance_disp));
421 if (NULL != ptr_instance->disp) {
422 loader_instance_heap_free(ptr_instance, ptr_instance->disp);
457 const VkLayerInstanceDispatchTable *disp; local
465 disp = loader_get_instance_layer_dispatch(instance);
483 disp->DestroyInstance(instance, pAllocator);
510 loader_instance_heap_free(ptr_instance, ptr_instance->disp);
573 const VkLayerInstanceDispatchTable *disp; local
581 const VkLayerInstanceDispatchTable *disp; local
590 const VkLayerInstanceDispatchTable *disp; local
599 const VkLayerInstanceDispatchTable *disp; local
608 const VkLayerInstanceDispatchTable *disp; local
616 const VkLayerInstanceDispatchTable *disp; local
740 const VkLayerDispatchTable *disp; local
775 const VkLayerInstanceDispatchTable *disp; local
868 const VkLayerDispatchTable *disp; local
878 const VkLayerDispatchTable *disp; local
886 const VkLayerDispatchTable *disp; local
894 const VkLayerDispatchTable *disp; local
903 const VkLayerDispatchTable *disp; local
912 const VkLayerDispatchTable *disp; local
921 const VkLayerDispatchTable *disp; local
929 const VkLayerDispatchTable *disp; local
938 const VkLayerDispatchTable *disp; local
947 const VkLayerDispatchTable *disp; local
956 const VkLayerDispatchTable *disp; local
965 const VkLayerDispatchTable *disp; local
974 const VkLayerDispatchTable *disp; local
983 const VkLayerDispatchTable *disp; local
992 const VkLayerDispatchTable *disp; local
1002 const VkLayerDispatchTable *disp; local
1012 const VkLayerInstanceDispatchTable *disp; local
1022 const VkLayerDispatchTable *disp; local
1031 const VkLayerDispatchTable *disp; local
1039 const VkLayerDispatchTable *disp; local
1047 const VkLayerDispatchTable *disp; local
1055 const VkLayerDispatchTable *disp; local
1064 const VkLayerDispatchTable *disp; local
1073 const VkLayerDispatchTable *disp; local
1082 const VkLayerDispatchTable *disp; local
1091 const VkLayerDispatchTable *disp; local
1099 const VkLayerDispatchTable *disp; local
1107 const VkLayerDispatchTable *disp; local
1115 const VkLayerDispatchTable *disp; local
1123 const VkLayerDispatchTable *disp; local
1132 const VkLayerDispatchTable *disp; local
1141 const VkLayerDispatchTable *disp; local
1151 const VkLayerDispatchTable *disp; local
1160 const VkLayerDispatchTable *disp; local
1169 const VkLayerDispatchTable *disp; local
1178 const VkLayerDispatchTable *disp; local
1187 const VkLayerDispatchTable *disp; local
1196 const VkLayerDispatchTable *disp; local
1204 const VkLayerDispatchTable *disp; local
1214 const VkLayerDispatchTable *disp; local
1223 const VkLayerDispatchTable *disp; local
1232 const VkLayerDispatchTable *disp; local
1242 const VkLayerDispatchTable *disp; local
1251 const VkLayerDispatchTable *disp; local
1261 const VkLayerDispatchTable *disp; local
1270 const VkLayerDispatchTable *disp; local
1279 const VkLayerDispatchTable *disp; local
1288 const VkLayerDispatchTable *disp; local
1300 const VkLayerDispatchTable *disp; local
1312 const VkLayerDispatchTable *disp; local
1321 const VkLayerDispatchTable *disp; local
1331 const VkLayerDispatchTable *disp; local
1340 const VkLayerDispatchTable *disp; local
1349 const VkLayerDispatchTable *disp; local
1358 const VkLayerDispatchTable *disp; local
1369 const VkLayerDispatchTable *disp; local
1378 const VkLayerDispatchTable *disp; local
1388 const VkLayerDispatchTable *disp; local
1397 const VkLayerDispatchTable *disp; local
1406 const VkLayerDispatchTable *disp; local
1416 const VkLayerDispatchTable *disp; local
1426 const VkLayerDispatchTable *disp; local
1437 const VkLayerDispatchTable *disp; local
1447 const VkLayerDispatchTable *disp; local
1456 const VkLayerDispatchTable *disp; local
1466 const VkLayerDispatchTable *disp; local
1475 const VkLayerDispatchTable *disp; local
1484 const VkLayerDispatchTable *disp; local
1494 const VkLayerDispatchTable *disp; local
1503 const VkLayerDispatchTable *disp; local
1512 const VkLayerDispatchTable *disp; local
1522 const VkLayerDispatchTable *disp; local
1541 const VkLayerDispatchTable *disp; local
1550 const VkLayerDispatchTable *disp; local
1558 const VkLayerDispatchTable *disp; local
1566 const VkLayerDispatchTable *disp; local
1575 const VkLayerDispatchTable *disp; local
1584 const VkLayerDispatchTable *disp; local
1593 const VkLayerDispatchTable *disp; local
1601 const VkLayerDispatchTable *disp; local
1610 const VkLayerDispatchTable *disp; local
1618 const VkLayerDispatchTable *disp; local
1627 const VkLayerDispatchTable *disp; local
1636 const VkLayerDispatchTable *disp; local
1645 const VkLayerDispatchTable *disp; local
1654 const VkLayerDispatchTable *disp; local
1666 const VkLayerDispatchTable *disp; local
1676 const VkLayerDispatchTable *disp; local
1686 const VkLayerDispatchTable *disp; local
1695 const VkLayerDispatchTable *disp; local
1705 const VkLayerDispatchTable *disp; local
1714 const VkLayerDispatchTable *disp; local
1723 const VkLayerDispatchTable *disp; local
1731 const VkLayerDispatchTable *disp; local
1740 const VkLayerDispatchTable *disp; local
1749 const VkLayerDispatchTable *disp; local
1760 const VkLayerDispatchTable *disp; local
1771 const VkLayerDispatchTable *disp; local
1781 const VkLayerDispatchTable *disp; local
1791 const VkLayerDispatchTable *disp; local
1800 const VkLayerDispatchTable *disp; local
1809 const VkLayerDispatchTable *disp; local
1819 const VkLayerDispatchTable *disp; local
1830 const VkLayerDispatchTable *disp; local
1840 const VkLayerDispatchTable *disp; local
1851 const VkLayerDispatchTable *disp; local
1860 const VkLayerDispatchTable *disp; local
1869 const VkLayerDispatchTable *disp; local
1883 const VkLayerDispatchTable *disp; local
1898 const VkLayerDispatchTable *disp; local
1908 const VkLayerDispatchTable *disp; local
1916 const VkLayerDispatchTable *disp; local
1925 const VkLayerDispatchTable *disp; local
1934 const VkLayerDispatchTable *disp; local
1944 const VkLayerDispatchTable *disp; local
1954 const VkLayerDispatchTable *disp; local
1964 const VkLayerDispatchTable *disp; local
1972 const VkLayerDispatchTable *disp; local
1980 const VkLayerDispatchTable *disp; local
1989 const VkLayerDispatchTable *disp; local
    [all...]
  /external/ltp/tools/pounder21/src/xbonkers/
xbonkers.c 82 static int get_desktop_size(Display * disp, unsigned long *w, unsigned long *h);
83 static char *get_property(Display * disp, Window win, Atom xa_prop_type,
86 static void go_bonkers(Display * disp, unsigned long iterations,
88 static Window *get_interesting_windows(Display * disp,
90 static Window *get_client_list(Display * disp, unsigned long *size,
93 static int send_client_msg(Display * disp, Window win, char *msg,
97 static int activate_window(Display * disp, Window * win);
98 static int wm_supports(Display * disp, const char *prop);
99 static void move_window(Display * disp, Window * win, unsigned long desk_w,
101 static int toggle_property(Display * disp, Window * win, const char *property)
510 Display *disp; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwOverlayPlane.cpp 26 PnwOverlayPlane::PnwOverlayPlane(int index, int disp)
27 : OverlayPlaneBase(index, disp)
PnwPrimaryPlane.h 26 PnwPrimaryPlane(int index, int disp);
30 bool assignToDevice(int disp);

Completed in 1506 milliseconds

1 2 3 4 5 6 7 8 91011>>