Searched defs:GrPlot (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.cpp23 GrPlot::GrPlot() function in class:GrPlot
36 GrPlot::~GrPlot() {
42 void GrPlot::init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp,
60 bool GrPlot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) {
96 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
112 void GrPlot::uploadToTexture() {
119 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
146 void GrPlot
[all...]
H A DGrAtlas.h23 // a GrAtlas needs space on the texture, it requests a GrPlot. Each GrAtlas can claim one
25 // GrPlot is "full" (i.e. there is no room for the new subimage according to the GrRectanizer), the
26 // GrAtlas can request a new GrPlot via GrAtlas::addToAtlas().
29 // available to ensure that all draw calls are finished for that particular GrPlot.
32 class GrPlot { class
34 SK_DECLARE_INTERNAL_LLIST_INTERFACE(GrPlot);
52 GrPlot();
53 ~GrPlot(); // does not try to delete the fNext field
74 typedef SkTInternalLList<GrPlot> GrPlotList;
85 bool contains(const GrPlot* plo
[all...]
/external/skia/src/gpu/
H A DGrAtlas.cpp23 GrPlot::GrPlot() : fDrawToken(NULL, 0) function in class:GrPlot
34 GrPlot::~GrPlot() {
40 void GrPlot::init(GrAtlasMgr* mgr, int offX, int offY, int width, int height, size_t bpp,
57 bool GrPlot::addSubImage(int width, int height, const void* image,
94 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
108 void GrPlot::uploadToTexture() {
115 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
142 void GrPlot
[all...]
H A DGrAtlas.h23 // a GrAtlas needs space on the texture, it requests a GrPlot. Each GrAtlas can claim one
25 // GrPlot is "full" (i.e. there is no room for the new subimage according to the GrRectanizer), the
26 // GrAtlas can request a new GrPlot via GrAtlasMgr::addToAtlas().
29 // available to ensure that all draw calls are finished for that particular GrPlot.
32 class GrPlot { class
34 SK_DECLARE_INTERNAL_LLIST_INTERFACE(GrPlot);
48 GrPlot();
49 ~GrPlot(); // does not try to delete the fNext field
69 typedef SkTInternalLList<GrPlot> GrPlotList;
78 // returns the containing GrPlot an
[all...]

Completed in 662 milliseconds