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

  /external/chromium_org/third_party/skia/include/gpu/
SkGpuDevice.h 165 void initFromRenderTarget(GrContext*, GrRenderTarget*, unsigned flags);
  /external/skia/include/gpu/
SkGpuDevice.h 165 void initFromRenderTarget(GrContext*, GrRenderTarget*, unsigned flags);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 154 this->initFromRenderTarget(context, texture->asRenderTarget(), flags);
159 this->initFromRenderTarget(context, renderTarget, flags);
162 void SkGpuDevice::initFromRenderTarget(GrContext* context,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 154 this->initFromRenderTarget(context, texture->asRenderTarget(), flags);
159 this->initFromRenderTarget(context, renderTarget, flags);
162 void SkGpuDevice::initFromRenderTarget(GrContext* context,
    [all...]

Completed in 70 milliseconds