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

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h 179 virtual bool onCopySurface(GrSurface* dst,
GrDrawTarget.h 767 virtual bool onCopySurface(GrSurface* dst,
772 // Called to determine whether an onCopySurface call would succeed or not. This is useful for
774 // classes must keep this consistent with their implementation of onCopySurface(). The inputs
775 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
    [all...]
GrDrawTarget.cpp 957 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
    [all...]
GrInOrderDrawBuffer.cpp 689 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst,
    [all...]
  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 179 virtual bool onCopySurface(GrSurface* dst,
GrDrawTarget.h 767 virtual bool onCopySurface(GrSurface* dst,
772 // Called to determine whether an onCopySurface call would succeed or not. This is useful for
774 // classes must keep this consistent with their implementation of onCopySurface(). The inputs
775 // are the same as onCopySurface(), i.e. srcRect and dstPoint are clipped to be inside the src
    [all...]
GrDrawTarget.cpp 957 bool result = this->onCopySurface(dst, src, clippedSrcRect, clippedDstPoint);
    [all...]
GrInOrderDrawBuffer.cpp 689 bool GrInOrderDrawBuffer::onCopySurface(GrSurface* dst,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 117 virtual bool onCopySurface(GrSurface* dst,
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 117 virtual bool onCopySurface(GrSurface* dst,
GrGpuGL.cpp     [all...]

Completed in 587 milliseconds