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

  /external/skia/src/gpu/vk/
GrVkGpu.h 136 GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) override;
GrVkGpu.cpp 553 GrTexture* GrVkGpu::onWrapBackendTexture(const GrBackendTextureDesc& desc,
    [all...]
  /external/skia/src/gpu/
GrGpu.h 517 virtual GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) = 0;
GrGpu.cpp 174 GrTexture* tex = this->onWrapBackendTexture(desc, ownership);
GrTest.cpp 340 GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&,
  /external/skia/src/gpu/gl/
GrGLGpu.h 155 GrTexture* onWrapBackendTexture(const GrBackendTextureDesc&, GrWrapOwnership) override;
GrGLGpu.cpp 537 GrTexture* GrGLGpu::onWrapBackendTexture(const GrBackendTextureDesc& desc,
    [all...]

Completed in 532 milliseconds