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

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 23 GrPlot::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::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 GrAtlas::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);
52 GrPlot();
53 ~GrPlot(); // does not try to delete the fNext field
74 typedef SkTInternalLList<GrPlot> GrPlotList;
85 bool contains(const GrPlot* plot) const {
    [all...]

Completed in 172 milliseconds