Searched defs:GrProxyProvider (Results 1 - 4 of 4) sorted by relevance

/external/skqp/src/gpu/
H A DGrProxyProvider.h26 class GrProxyProvider { class
28 GrProxyProvider(GrResourceProvider*, GrResourceCache*, sk_sp<const GrCaps>, GrSingleOwner*);
30 ~GrProxyProvider();
H A DGrProxyProvider.cpp8 #include "GrProxyProvider.h"
28 GrProxyProvider::GrProxyProvider(GrResourceProvider* resourceProvider, function in class:GrProxyProvider
43 GrProxyProvider::~GrProxyProvider() {
47 bool GrProxyProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, GrTextureProxy* proxy) {
77 void GrProxyProvider::adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface* surf) {
86 void GrProxyProvider::removeUniqueKeyFromProxy(const GrUniqueKey& key, GrTextureProxy* proxy) {
94 sk_sp<GrTextureProxy> GrProxyProvider::findProxyByUniqueKey(const GrUniqueKey& key,
109 sk_sp<GrTextureProxy> GrProxyProvider
[all...]
/external/skia/src/gpu/
H A DGrProxyProvider.h27 class GrProxyProvider { class
29 GrProxyProvider(GrResourceProvider*, GrResourceCache*, sk_sp<const GrCaps>, GrSingleOwner*);
31 ~GrProxyProvider();
H A DGrProxyProvider.cpp8 #include "GrProxyProvider.h"
32 GrProxyProvider::GrProxyProvider(GrResourceProvider* resourceProvider, function in class:GrProxyProvider
47 GrProxyProvider::~GrProxyProvider() {
51 bool GrProxyProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, GrTextureProxy* proxy) {
81 void GrProxyProvider::adoptUniqueKeyFromSurface(GrTextureProxy* proxy, const GrSurface* surf) {
90 void GrProxyProvider::removeUniqueKeyFromProxy(const GrUniqueKey& key, GrTextureProxy* proxy) {
98 sk_sp<GrTextureProxy> GrProxyProvider::findProxyByUniqueKey(const GrUniqueKey& key,
113 sk_sp<GrTextureProxy> GrProxyProvider
[all...]

Completed in 127 milliseconds