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

  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 142 void initFromRenderTarget(GrContext*, GrRenderTarget*, bool cached);
  /external/skia/include/gpu/
SkGpuDevice.h 142 void initFromRenderTarget(GrContext*, GrRenderTarget*, bool cached);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 165 this->initFromRenderTarget(context, texture->asRenderTarget(), false);
170 this->initFromRenderTarget(context, renderTarget, false);
173 void SkGpuDevice::initFromRenderTarget(GrContext* context,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 165 this->initFromRenderTarget(context, texture->asRenderTarget(), false);
170 this->initFromRenderTarget(context, renderTarget, false);
173 void SkGpuDevice::initFromRenderTarget(GrContext* context,
    [all...]

Completed in 215 milliseconds