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 127 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle,
198 // helper for onCreateTexture and writeTexturePixels
GrVkGpu.cpp 466 GrTexture* GrVkGpu::onCreateTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle lifeCycle,
    [all...]
  /external/skia/src/gpu/
GrGpu.h 510 // onCreateTexture/CompressedTexture are called.
511 virtual GrTexture* onCreateTexture(const GrSurfaceDesc& desc,
GrGpu.cpp 147 tex = this->onCreateTexture(desc, lifeCycle, srcData, rowBytes);
GrTest.cpp 330 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle lifeCycle,
  /external/skia/src/gpu/gl/
GrGLGpu.h 147 GrTexture* onCreateTexture(const GrSurfaceDesc& desc, GrGpuResource::LifeCycle lifeCycle,
336 // helper for onCreateTexture and writeTexturePixels
GrGLGpu.cpp     [all...]

Completed in 131 milliseconds