Searched refs:vmode (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/third_party/skia/src/utils/
H A DSkProxyCanvas.cpp148 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
153 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
H A DSkNWayCanvas.cpp287 void SkNWayCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
294 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
H A DSkDumpCanvas.cpp432 void SkDumpCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
438 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX),
H A DSkLuaCanvas.cpp277 void SkLuaCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
/external/skia/src/utils/
H A DSkProxyCanvas.cpp148 void SkProxyCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
153 fProxy->drawVertices(vmode, vertexCount, vertices, texs, colors,
H A DSkNWayCanvas.cpp287 void SkNWayCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
294 iter->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode,
H A DSkDumpCanvas.cpp432 void SkDumpCanvas::drawVertices(VertexMode vmode, int vertexCount, argument
438 toString(vmode), vertexCount, SkScalarToFloat(vertices[0].fX),
/external/qemu/distrib/sdl-1.2.15/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/chromium_org/third_party/skia/include/utils/
H A DSkLuaCanvas.h67 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkNWayCanvas.h68 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkProxyCanvas.h73 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkDeferredCanvas.h195 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkDumpCanvas.h118 virtual void drawVertices(VertexMode vmode, int vertexCount,
/external/skia/include/utils/
H A DSkLuaCanvas.h67 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkNWayCanvas.h68 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkProxyCanvas.h73 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkDeferredCanvas.h195 virtual void drawVertices(VertexMode vmode, int vertexCount,
H A DSkDumpCanvas.h118 virtual void drawVertices(VertexMode vmode, int vertexCount,
/external/chromium_org/skia/ext/
H A Dbenchmarking_canvas.cc174 virtual void drawVertices(VertexMode vmode, int vertexCount,
180 SkProxyCanvas::drawVertices(vmode, vertexCount, vertices, texs, colors,
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp371 void SkDebugCanvas::drawVertices(VertexMode vmode, int vertexCount,
375 addDrawCommand(new SkDrawVerticesCommand(vmode, vertexCount, vertices,
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp371 void SkDebugCanvas::drawVertices(VertexMode vmode, int vertexCount,
375 addDrawCommand(new SkDrawVerticesCommand(vmode, vertexCount, vertices,
/external/kernel-headers/original/video/
H A Ddsscomp.h124 __u32 vmode; member in struct:dsscomp_videomode
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c96 int vmode; member in struct:__anon24550
342 vinfo->vmode=FB_VMODE_NONINTERLACED;
372 vinfo->vmode |= FB_VMODE_INTERLACED;
377 vinfo->vmode |= FB_VMODE_DOUBLE;
851 fprintf(stderr, "\tvmode: %d\n", vinfo->vmode);
930 vinfo->vmode = vesa_timings[i].vmode;
/external/chromium_org/third_party/skia/src/core/
H A DSkDevice.cpp495 void SkDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, argument
501 draw.drawVertices(vmode, vertexCount, verts, textures, colors, xmode,
/external/skia/src/core/
H A DSkDevice.cpp495 void SkDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode, argument
501 draw.drawVertices(vmode, vertexCount, verts, textures, colors, xmode,

Completed in 333 milliseconds

12