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

  /external/skia/src/gpu/
GrAHardwareBufferImageGenerator.h 47 sk_sp<GrTextureProxy> makeProxy(GrContext* context);
GrAHardwareBufferImageGenerator.cpp 103 auto proxy = this->makeProxy(context);
131 // The only way we should get into here is if we just made a new texture in makeProxy or
149 sk_sp<GrTextureProxy> GrAHardwareBufferImageGenerator::makeProxy(GrContext* context) {
247 // makeProxy when it is invoked with a different context.
  /external/skqp/src/gpu/
GrAHardwareBufferImageGenerator.h 47 sk_sp<GrTextureProxy> makeProxy(GrContext* context);
GrAHardwareBufferImageGenerator.cpp 103 auto proxy = this->makeProxy(context);
131 // The only way we should get into here is if we just made a new texture in makeProxy or
149 sk_sp<GrTextureProxy> GrAHardwareBufferImageGenerator::makeProxy(GrContext* context) {
247 // makeProxy when it is invoked with a different context.
  /frameworks/base/core/java/android/net/
ProxyInfo.java 238 public java.net.Proxy makeProxy() {
Network.java 325 proxy = proxyInfo.makeProxy();

Completed in 138 milliseconds