HomeSort by relevance Sort by last modified time
    Searched defs:GrPlot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 50 GrPlot::GrPlot() : fDrawToken(NULL, 0)
61 GrPlot::~GrPlot() {
75 bool GrPlot::addSubImage(int width, int height, const void* image,
130 fPlots = SkNEW_ARRAY(GrPlot, (GR_PLOT_WIDTH*GR_PLOT_HEIGHT));
132 GrPlot* currPlot = fPlots;
158 GrPlot* GrAtlasMgr::addToAtlas(GrAtlas* atlas,
162 GrPlot* plotIter = atlas->fPlots;
172 GrPlot* newPlot = this->allocPlot()
    [all...]
GrAtlas.h 23 // 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 {
45 GrPlot();
46 ~GrPlot(); // does not try to delete the fNext field
51 GrPlot* fNext;
68 // returns the containing GrPlot and location relative to the backing texture
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*)
    [all...]
  /external/skia/src/gpu/
GrAtlas.cpp 50 GrPlot::GrPlot() : fDrawToken(NULL, 0)
61 GrPlot::~GrPlot() {
75 bool GrPlot::addSubImage(int width, int height, const void* image,
130 fPlots = SkNEW_ARRAY(GrPlot, (GR_PLOT_WIDTH*GR_PLOT_HEIGHT));
132 GrPlot* currPlot = fPlots;
158 GrPlot* GrAtlasMgr::addToAtlas(GrAtlas* atlas,
162 GrPlot* plotIter = atlas->fPlots;
172 GrPlot* newPlot = this->allocPlot()
    [all...]
GrAtlas.h 23 // 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 {
45 GrPlot();
46 ~GrPlot(); // does not try to delete the fNext field
51 GrPlot* fNext;
68 // returns the containing GrPlot and location relative to the backing texture
69 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, GrIPoint16*)
    [all...]

Completed in 29 milliseconds