Searched defs:vmode (Results 1 - 15 of 15) 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/utils/
H A DSkProxyCanvas.cpp136 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
141 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
H A DSkNWayCanvas.cpp262 void SkNWayCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
269 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
H A DSkDeferredCanvas.cpp412 void SkDeferredCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
418 drawingCanvas()->drawVertices(vmode, vertexCount,
H A DSkDumpCanvas.cpp377 void SkDumpCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
383 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX),
/external/skia/src/core/
H A DSkDevice.cpp347 void SkDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, argument
353 draw.drawVertices(vmode, vertexCount, verts, textures, colors, xmode,
H A DSkPictureRecord.cpp446 void SkPictureRecord::drawVertices(VertexMode vmode, int vertexCount, argument
465 addInt(vmode);
H A DSkPicturePlayback.cpp695 SkCanvas::VertexMode vmode = (SkCanvas::VertexMode)getInt(); local
716 canvas.drawVertices(vmode, vCount, verts, texs, colors, NULL,
H A DSkCanvas.cpp1771 void SkCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
1779 iter.fDevice->drawVertices(iter, vmode, vertexCount, verts, texs,
H A DSkDraw.cpp2290 void SkDraw::drawVertices(SkCanvas::VertexMode vmode, int count, argument
2364 VertState::Proc vertProc = state.chooseProc(vmode);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c96 int vmode; member in struct:__anon9335
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/skia/src/gpu/
H A DSkGpuDevice.cpp1632 void SkGpuDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, argument
1678 gVertexMode2PrimitiveType[vmode],
/external/kernel-headers/original/linux/
H A Dfb.h280 __u32 vmode; /* see FB_VMODE_* */ member in struct:fb_var_screeninfo
1161 u32 vmode; member in struct:fb_videomode
/external/valgrind/main/include/vki/
H A Dvki-linux.h2032 __vki_u32 vmode; /* see FB_VMODE_* */ member in struct:vki_fb_var_screeninfo

Completed in 230 milliseconds