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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.h 149 * drawIndexedInstances, drawRect, copySurface, or pushGeometrySource. At
180 * copySurface, or push/popGeomtrySource is called. At that point logically a
436 bool copySurface(GrSurface* dst,
441 * Function that determines whether a copySurface call would succeed without
450 * This is can be called before allocating a texture to be a dst for copySurface. It will
451 * populate the origin, config, and flags fields of the desc such that copySurface is more
709 // This method is called by copySurface The srcRect is guaranteed to be entirely within the
    [all...]
GrDrawTarget.cpp 453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
868 bool GrDrawTarget::copySurface(GrSurface* dst,
    [all...]
GrInOrderDrawBuffer.cpp 550 fDstGpu->copySurface(fCopySurfaces[currCopySurface].fDst.get(),
577 CopySurface* cs = this->recordCopySurface();
852 GrInOrderDrawBuffer::CopySurface* GrInOrderDrawBuffer::recordCopySurface() {
  /external/skia/src/gpu/
GrDrawTarget.h 149 * drawIndexedInstances, drawRect, copySurface, or pushGeometrySource. At
180 * copySurface, or push/popGeomtrySource is called. At that point logically a
436 bool copySurface(GrSurface* dst,
441 * Function that determines whether a copySurface call would succeed without
450 * This is can be called before allocating a texture to be a dst for copySurface. It will
451 * populate the origin, config, and flags fields of the desc such that copySurface is more
709 // This method is called by copySurface The srcRect is guaranteed to be entirely within the
    [all...]
GrDrawTarget.cpp 453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) {
868 bool GrDrawTarget::copySurface(GrSurface* dst,
    [all...]
GrInOrderDrawBuffer.cpp 550 fDstGpu->copySurface(fCopySurfaces[currCopySurface].fDst.get(),
577 CopySurface* cs = this->recordCopySurface();
852 GrInOrderDrawBuffer::CopySurface* GrInOrderDrawBuffer::recordCopySurface() {

Completed in 36 milliseconds