Searched defs:vmode (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_image.c408 PgVideoModeInfo_t vmode; local
420 if (PgGetVideoModeInfo(hwcaps.current_video_mode, &vmode) < 0)
426 if ((vmode.mode_capabilities1 & PgVM_MODE_CAP1_OFFSCREEN) == PgVM_MODE_CAP1_OFFSCREEN)
443 if ((vmode.mode_capabilities2 & PgVM_MODE_CAP2_RECTANGLE) == PgVM_MODE_CAP2_RECTANGLE)
452 if ((vmode.mode_capabilities2 & PgVM_MODE_CAP2_BITBLT) == PgVM_MODE_CAP2_BITBLT)
461 if ((vmode.mode_capabilities2 & PgVM_MODE_CAP2_ALPHA_BLEND) == PgVM_MODE_CAP2_ALPHA_BLEND)
470 if ((vmode.mode_capabilities2 & PgVM_MODE_CAP2_CHROMA) == PgVM_MODE_CAP2_CHROMA)
/external/skia/src/core/
H A DSkDevice.cpp213 void SkDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, argument
219 draw.drawVertices(vmode, vertexCount, verts, textures, colors, xmode,
H A DSkPictureRecord.cpp399 void SkPictureRecord::drawVertices(VertexMode vmode, int vertexCount, argument
418 addInt(vmode);
H A DSkPicturePlayback.cpp710 SkCanvas::VertexMode vmode = (SkCanvas::VertexMode)getInt(); local
731 canvas.drawVertices(vmode, vCount, verts, texs, colors, NULL,
H A DSkCanvas.cpp1455 void SkCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
1463 iter.fDevice->drawVertices(iter, vmode, vertexCount, verts, texs,
H A DSkDraw.cpp2297 void SkDraw::drawVertices(SkCanvas::VertexMode vmode, int count, argument
2372 VertState::Proc vertProc = state.chooseProc(vmode);
/external/skia/src/utils/
H A DSkNWayCanvas.cpp258 void SkNWayCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
265 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
H A DSkProxyCanvas.cpp133 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
138 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
H A DSkDumpCanvas.cpp372 void SkDumpCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
378 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX),
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c96 int vmode; member in struct:__anon8311
330 vinfo->vmode=FB_VMODE_NONINTERLACED;
360 vinfo->vmode |= FB_VMODE_INTERLACED;
365 vinfo->vmode |= FB_VMODE_DOUBLE;
774 fprintf(stderr, "\tvmode: %d\n", vinfo->vmode);
853 vinfo->vmode = vesa_timings[i].vmode;
/external/kernel-headers/original/video/
H A Ddsscomp.h124 __u32 vmode; member in struct:dsscomp_videomode
/external/kernel-headers/original/linux/
H A Dfb.h278 __u32 vmode; /* see FB_VMODE_* */ member in struct:fb_var_screeninfo
1157 u32 vmode; member in struct:fb_videomode
/external/valgrind/main/include/vki/
H A Dvki-linux.h2023 __vki_u32 vmode; /* see FB_VMODE_* */ member in struct:vki_fb_var_screeninfo

Completed in 7793 milliseconds