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

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 84 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
GrDrawTarget.h 476 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc);
    [all...]
GrDrawTarget.cpp 453 this->initCopySurfaceDstDesc(rt, &desc);
    [all...]
GrInOrderDrawBuffer.cpp 629 void GrInOrderDrawBuffer::initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) {
630 fDstGpu->initCopySurfaceDstDesc(src, desc);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 71 virtual void initCopySurfaceDstDesc(const GrSurface* src, GrTextureDesc* desc) SK_OVERRIDE;
GrGpuGL.cpp     [all...]

Completed in 118 milliseconds