Home
last modified time | relevance | path

Searched refs:disp (Results 1 – 18 of 18) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_dispatch.cpp22 gles_dispatch *disp = new gles_dispatch; in create_gles_dispatch() local
25 ptr = dlsym(gles_android,"glAlphaFunc"); disp->set_glAlphaFunc((glAlphaFunc_t)ptr); in create_gles_dispatch()
26 ptr = dlsym(gles_android,"glClearColor"); disp->set_glClearColor((glClearColor_t)ptr); in create_gles_dispatch()
27 ptr = dlsym(gles_android,"glClearDepthf"); disp->set_glClearDepthf((glClearDepthf_t)ptr); in create_gles_dispatch()
28 ptr = dlsym(gles_android,"glClipPlanef"); disp->set_glClipPlanef((glClipPlanef_t)ptr); in create_gles_dispatch()
29 ptr = dlsym(gles_android,"glColor4f"); disp->set_glColor4f((glColor4f_t)ptr); in create_gles_dispatch()
30 ptr = dlsym(gles_android,"glDepthRangef"); disp->set_glDepthRangef((glDepthRangef_t)ptr); in create_gles_dispatch()
31 ptr = dlsym(gles_android,"glFogf"); disp->set_glFogf((glFogf_t)ptr); in create_gles_dispatch()
32 ptr = dlsym(gles_android,"glFogfv"); disp->set_glFogfv((glFogfv_t)ptr); in create_gles_dispatch()
33 ptr = dlsym(gles_android,"glFrustumf"); disp->set_glFrustumf((glFrustumf_t)ptr); in create_gles_dispatch()
[all …]
Degl_dispatch.cpp22 egl_dispatch *disp = new egl_dispatch; in create_egl_dispatch() local
25 ptr = dlsym(gles_android,"eglGetError"); disp->set_eglGetError((eglGetError_t)ptr); in create_egl_dispatch()
26 ptr = dlsym(gles_android,"eglGetDisplay"); disp->set_eglGetDisplay((eglGetDisplay_t)ptr); in create_egl_dispatch()
27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr); in create_egl_dispatch()
28 ptr = dlsym(gles_android,"eglTerminate"); disp->set_eglTerminate((eglTerminate_t)ptr); in create_egl_dispatch()
29 ptr = dlsym(gles_android,"eglQueryString"); disp->set_eglQueryString((eglQueryString_t)ptr); in create_egl_dispatch()
30 ptr = dlsym(gles_android,"eglGetConfigs"); disp->set_eglGetConfigs((eglGetConfigs_t)ptr); in create_egl_dispatch()
31 ptr = dlsym(gles_android,"eglChooseConfig"); disp->set_eglChooseConfig((eglChooseConfig_t)ptr); in create_egl_dispatch()
32 …ptr = dlsym(gles_android,"eglGetConfigAttrib"); disp->set_eglGetConfigAttrib((eglGetConfigAttrib_t… in create_egl_dispatch()
33 …ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWin… in create_egl_dispatch()
[all …]
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp333 for (int disp = 0; disp < numDisplays; ++disp) { in cvd_hwc_prepare() local
334 hwc_display_contents_1_t* list = displays[disp]; in cvd_hwc_prepare()
352 for (int disp = 0; disp < numDisplays; ++disp) { in cvd_hwc_set() local
353 hwc_display_contents_1_t* contents = displays[disp]; in cvd_hwc_set()
434 static int cvd_hwc_blank(hwc_composer_device_1_t* /*dev*/, int disp, int /*blank*/) { in cvd_hwc_blank() argument
435 if (!IS_PRIMARY_DISPLAY(disp) && !IS_EXTERNAL_DISPLAY(disp)) return -EINVAL; in cvd_hwc_blank()
444 static int cvd_hwc_get_display_configs(hwc_composer_device_1_t* /*dev*/, int disp, in cvd_hwc_get_display_configs() argument
448 if (IS_PRIMARY_DISPLAY(disp) || IS_EXTERNAL_DISPLAY(disp)) { in cvd_hwc_get_display_configs()
480 static int cvd_hwc_get_display_attributes(hwc_composer_device_1_t* dev, int disp, in cvd_hwc_get_display_attributes() argument
486 if (!IS_PRIMARY_DISPLAY(disp) && !IS_EXTERNAL_DISPLAY(disp)) { in cvd_hwc_get_display_attributes()
[all …]
/device/google/crosshatch/self-extractors_blueline/
Dextract-lists.txt31 system/lib64/libsdm-disp-apis.so \
40 system/lib/libsdm-disp-apis.so \
/device/google/crosshatch/self-extractors/
Dextract-lists.txt31 system/lib64/libsdm-disp-apis.so \
40 system/lib/libsdm-disp-apis.so \
/device/google/bonito/self-extractors/
Dextract-lists.txt33 system/lib64/libsdm-disp-apis.so \
46 system/lib/libsdm-disp-apis.so \
/device/google/bonito/self-extractors_sargo/
Dextract-lists.txt33 system/lib64/libsdm-disp-apis.so \
46 system/lib/libsdm-disp-apis.so \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py499 disp = 'del '
501 disp = 'keep '
503 disp = disp + 'yes '
505 disp = disp + 'no '
506 print >>out, '%-4dbreakpoint %s at %s:%d' % (self.number, disp,
/device/google/crosshatch/self-extractors_blueline/qcom/staging/
DAndroid.bp.txt321 name: "libsdm-disp-apis",
324 srcs: ["libsdm-disp-apis.so"],
339 srcs: ["lib64/libsdm-disp-apis.so"],
Ddevice-partial.mk33 libsdm-disp-apis \
/device/google/crosshatch/self-extractors/qcom/staging/
DAndroid.bp.txt321 name: "libsdm-disp-apis",
324 srcs: ["libsdm-disp-apis.so"],
339 srcs: ["lib64/libsdm-disp-apis.so"],
Ddevice-partial.mk33 libsdm-disp-apis \
/device/google/bonito/self-extractors/qcom/staging/
DAndroid.bp.txt447 name: "libsdm-disp-apis",
450 srcs: ["libsdm-disp-apis.so"],
465 srcs: ["lib64/libsdm-disp-apis.so"],
Ddevice-partial.mk36 libsdm-disp-apis \
/device/google/bonito/self-extractors_sargo/qcom/staging/
DAndroid.bp.txt447 name: "libsdm-disp-apis",
450 srcs: ["libsdm-disp-apis.so"],
465 srcs: ["lib64/libsdm-disp-apis.so"],
Ddevice-partial.mk36 libsdm-disp-apis \
/device/mediatek/wembley-sepolicy/r_non_plat/
Dgenfs_contexts180 genfscon debugfs /disp u:object_r:debugfs_fb:s0
/device/mediatek/wembley-sepolicy/non_plat/
Dgenfs_contexts186 genfscon debugfs /disp u:object_r:debugfs_fb:s0