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

  /external/skqp/include/private/
GrSurfaceProxy.h 289 virtual GrTextureProxy* asTextureProxy() { return nullptr; }
290 virtual const GrTextureProxy* asTextureProxy() const { return nullptr; }
  /external/skia/include/private/
GrSurfaceProxy.h 306 virtual GrTextureProxy* asTextureProxy() { return nullptr; }
307 virtual const GrTextureProxy* asTextureProxy() const { return nullptr; }
  /external/skia/src/gpu/
GrRenderTargetContext.cpp 186 GrTextureProxy* GrRenderTargetContext::asTextureProxy() {
187 return fRenderTargetProxy->asTextureProxy();
190 const GrTextureProxy* GrRenderTargetContext::asTextureProxy() const {
191 return fRenderTargetProxy->asTextureProxy();
195 return sk_ref_sp(fRenderTargetProxy->asTextureProxy());
199 if (const GrTextureProxy* proxy = this->asTextureProxy()) {
    [all...]
  /external/skqp/src/gpu/
GrRenderTargetContext.cpp 184 GrTextureProxy* GrRenderTargetContext::asTextureProxy() {
185 return fRenderTargetProxy->asTextureProxy();
188 const GrTextureProxy* GrRenderTargetContext::asTextureProxy() const {
189 return fRenderTargetProxy->asTextureProxy();
193 return sk_ref_sp(fRenderTargetProxy->asTextureProxy());
197 if (const GrTextureProxy* proxy = this->asTextureProxy()) {
    [all...]

Completed in 248 milliseconds