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

/external/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) {
95 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
109 void GrPlot::uploadToTexture() {
116 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("skia.gpu"), "GrPlot::uploadToTexture");
139 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...]

Completed in 68 milliseconds