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

  /external/skia/src/gpu/vk/
GrVkGpu.h 172 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
235 // helpers for onCreateTexture and writeTexturePixels
GrVkGpu.cpp 643 GrTexture* GrVkGpu::onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
    [all...]
  /external/skia/src/gpu/
GrGpu.h 537 // onCreateTexture/CompressedTexture are called.
538 virtual GrTexture* onCreateTexture(const GrSurfaceDesc& desc,
GrGpu.cpp 179 tex = this->onCreateTexture(desc, budgeted, texels);
  /external/skia/src/gpu/gl/
GrGLGpu.h 165 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,
350 // helper for onCreateTexture and writeTexturePixels
GrGLGpu.cpp     [all...]
  /external/skia/tools/gpu/
GrTest.cpp 329 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, SkBudgeted budgeted,

Completed in 189 milliseconds