HomeSort by relevance Sort by last modified time
    Searched refs:count_crtcs (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
modeset.c 337 for (idx = 0; idx < drmdpy->resources->count_crtcs; idx++) {
373 if (idx >= drmdpy->resources->count_crtcs) {
611 *num_crtc = drmdpy->resources->count_crtcs;
657 for (i = 0; i < drmdpy->resources->count_crtcs; i++) {
694 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->saved_crtcs));
701 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->shown_surfaces));
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c 337 for (idx = 0; idx < drmdpy->resources->count_crtcs; idx++) {
373 if (idx >= drmdpy->resources->count_crtcs) {
611 *num_crtc = drmdpy->resources->count_crtcs;
657 for (i = 0; i < drmdpy->resources->count_crtcs; i++) {
694 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->saved_crtcs));
701 CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->shown_surfaces));
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.c 148 if (res.count_crtcs)
149 res.crtc_id_ptr = VOID2U64(drmMalloc(res.count_crtcs*sizeof(uint32_t)));
173 r->count_crtcs = res.count_crtcs;
178 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t));
xf86drmMode.h 162 int count_crtcs; member in struct:_drmModeRes
  /external/chromium_org/ui/ozone/platform/dri/
dri_util.cc 45 for (int j = 0; j < resources->count_crtcs; ++j) {
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 104 __u32 count_crtcs; member in struct:drm_mode_card_res
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm_mode.h 101 __u32 count_crtcs; member in struct:drm_mode_card_res
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 101 __u32 count_crtcs; member in struct:drm_mode_card_res
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 241 printf("count_crtcs : %i\n", res->count_crtcs);
276 for (i = 0; i < res->count_crtcs; i++) {
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 102 __u32 count_crtcs; member in struct:drm_mode_card_res
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 119 __u32 count_crtcs; member in struct:drm_mode_card_res
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 424 for (c = 0; c < res->count_crtcs; c++) {
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 424 for (c = 0; c < res->count_crtcs; c++) {
  /external/valgrind/main/include/vki/
vki-linux-drm.h 362 __vki_u32 count_crtcs; member in struct:vki_drm_mode_card_res
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 172 for (int j = 0; j < resources->count_crtcs; j++) {
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 217 for (i = 0; i < resources->count_crtcs; i++) {

Completed in 272 milliseconds