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

  /external/skqp/src/gpu/
GrResourceAllocator.cpp 8 #include "GrResourceAllocator.h"
20 void GrResourceAllocator::Interval::assign(sk_sp<GrSurface> s) {
27 void GrResourceAllocator::markEndOfOpList(int opListIndex) {
38 GrResourceAllocator::~GrResourceAllocator() {
46 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end
90 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() {
99 void GrResourceAllocator::IntervalList::insertByIncreasingStart(Interval* intvl) {
117 void GrResourceAllocator::IntervalList::insertByIncreasingEnd(Interval* intvl)
    [all...]
GrResourceAllocator.h 36 class GrResourceAllocator {
38 GrResourceAllocator(GrResourceProvider* resourceProvider)
42 ~GrResourceAllocator();
160 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.
  /external/skia/src/gpu/
GrResourceAllocator.cpp 8 #include "GrResourceAllocator.h"
20 void GrResourceAllocator::Interval::assign(sk_sp<GrSurface> s) {
27 void GrResourceAllocator::markEndOfOpList(int opListIndex) {
38 GrResourceAllocator::~GrResourceAllocator() {
44 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end
88 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() {
97 void GrResourceAllocator::IntervalList::insertByIncreasingStart(Interval* intvl) {
115 void GrResourceAllocator::IntervalList::insertByIncreasingEnd(Interval* intvl)
    [all...]
GrResourceAllocator.h 36 class GrResourceAllocator {
38 GrResourceAllocator(GrResourceProvider* resourceProvider)
42 ~GrResourceAllocator();
160 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.

Completed in 83 milliseconds