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

  /external/skia/src/gpu/
GrResourceAllocator.cpp 8 #include "GrResourceAllocator.h"
24 uint32_t GrResourceAllocator::Interval::CreateUniqueID() {
34 void GrResourceAllocator::Interval::assign(sk_sp<GrSurface> s) {
41 void GrResourceAllocator::markEndOfOpList(int opListIndex) {
52 GrResourceAllocator::~GrResourceAllocator() {
58 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end
106 // won't occur in GrResourceAllocator::assign)
120 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead()
    [all...]
GrResourceAllocator.h 43 class GrResourceAllocator {
45 GrResourceAllocator(GrResourceProvider* resourceProvider, GrDeinstantiateProxyTracker* tracker)
48 ~GrResourceAllocator();
190 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.
  /external/skqp/src/gpu/
GrResourceAllocator.cpp 8 #include "GrResourceAllocator.h"
24 uint32_t GrResourceAllocator::Interval::CreateUniqueID() {
34 void GrResourceAllocator::Interval::assign(sk_sp<GrSurface> s) {
41 void GrResourceAllocator::markEndOfOpList(int opListIndex) {
52 GrResourceAllocator::~GrResourceAllocator() {
58 void GrResourceAllocator::addInterval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end
106 // won't occur in GrResourceAllocator::assign)
120 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead()
    [all...]
GrResourceAllocator.h 43 class GrResourceAllocator {
45 GrResourceAllocator(GrResourceProvider* resourceProvider, GrDeinstantiateProxyTracker* tracker)
48 ~GrResourceAllocator();
190 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.

Completed in 146 milliseconds