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 23 GrPlot::GrPlot() : fDrawToken(NULL, 0)
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::resetRects()
    [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 {
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 and location relative to the backing textur
    [all...]
  /external/skia/src/gpu/
GrAtlas.cpp 23 GrPlot::GrPlot() : fDrawToken(NULL, 0)
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::resetRects()
    [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 {
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 and location relative to the backing textur
    [all...]

Completed in 1665 milliseconds