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

  /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...]
GrTextureOpList.h 66 void gatherProxyIntervals(GrResourceAllocator*) const override;
GrResourceAllocator.h 36 class GrResourceAllocator {
38 GrResourceAllocator(GrResourceProvider* resourceProvider)
42 ~GrResourceAllocator();
160 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.
GrDrawingManager.cpp 18 #include "GrResourceAllocator.h"
210 GrResourceAllocator alloc(fContext->contextPriv().resourceProvider());
216 GrResourceAllocator::AssignError error = GrResourceAllocator::AssignError::kNoError;
218 if (GrResourceAllocator::AssignError::kFailedProxyInstantiation == error) {
GrRenderTargetOpList.h 148 void gatherProxyIntervals(GrResourceAllocator*) const override;
GrTextureOpList.cpp 12 #include "GrResourceAllocator.h"
150 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const {
GrRenderTargetOpList.cpp 15 #include "GrResourceAllocator.h"
258 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const {
  /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...]
GrTextureOpList.h 66 void gatherProxyIntervals(GrResourceAllocator*) const override;
GrResourceAllocator.h 36 class GrResourceAllocator {
38 GrResourceAllocator(GrResourceProvider* resourceProvider)
42 ~GrResourceAllocator();
160 // The only time we delete an IntervalList is in the GrResourceAllocator dtor.
GrDrawingManager.cpp 19 #include "GrResourceAllocator.h"
178 GrResourceAllocator alloc(fContext->contextPriv().resourceProvider());
188 GrResourceAllocator::AssignError error = GrResourceAllocator::AssignError::kNoError;
193 if (GrResourceAllocator::AssignError::kFailedProxyInstantiation == error) {
GrRenderTargetOpList.h 148 void gatherProxyIntervals(GrResourceAllocator*) const override;
GrTextureOpList.cpp 12 #include "GrResourceAllocator.h"
150 void GrTextureOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const {
GrRenderTargetOpList.cpp 15 #include "GrResourceAllocator.h"
258 void GrRenderTargetOpList::gatherProxyIntervals(GrResourceAllocator* alloc) const {
  /external/skia/tests/
ResourceAllocatorTest.cpp 17 #include "GrResourceAllocator.h"
67 GrResourceAllocator alloc(resourceProvider);
74 GrResourceAllocator::AssignError error;
76 REPORTER_ASSERT(reporter, GrResourceAllocator::AssignError::kNoError == error);
89 GrResourceAllocator alloc(resourceProvider);
96 GrResourceAllocator::AssignError error;
98 REPORTER_ASSERT(reporter, GrResourceAllocator::AssignError::kNoError == error);
  /external/skqp/tests/
ResourceAllocatorTest.cpp 18 #include "GrResourceAllocator.h"
68 GrResourceAllocator alloc(resourceProvider);
75 GrResourceAllocator::AssignError error;
77 REPORTER_ASSERT(reporter, GrResourceAllocator::AssignError::kNoError == error);
90 GrResourceAllocator alloc(resourceProvider);
97 GrResourceAllocator::AssignError error;
99 REPORTER_ASSERT(reporter, GrResourceAllocator::AssignError::kNoError == error);
  /external/skia/include/private/
GrOpList.h 21 class GrResourceAllocator;
121 // Feed proxy usage intervals to the GrResourceAllocator class
122 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;
  /external/skqp/include/private/
GrOpList.h 32 class GrResourceAllocator;
132 // Feed proxy usage intervals to the GrResourceAllocator class
133 virtual void gatherProxyIntervals(GrResourceAllocator*) const = 0;

Completed in 1035 milliseconds