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

  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 183 class GrDeviceCoordTexture {
185 GrDeviceCoordTexture() { fOffset.set(0, 0); }
187 GrDeviceCoordTexture(const GrDeviceCoordTexture& other) {
191 GrDeviceCoordTexture(GrTexture* texture, const SkIPoint& offset)
196 GrDeviceCoordTexture& operator=(const GrDeviceCoordTexture& other) {
  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.h 352 const GrDeviceCoordTexture* dstCopy,
463 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) = 0;
475 const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
479 SkPath::FillType, const GrDeviceCoordTexture*) SK_OVERRIDE;
GrInOrderDrawBuffer.h 133 GrDeviceCoordTexture fDstCopy;
159 GrDeviceCoordTexture fDstCopy;
206 const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
210 SkPath::FillType, const GrDeviceCoordTexture*) SK_OVERRIDE;
GrDrawTarget.h 494 const GrDeviceCoordTexture* dstCopy) {
505 const GrDeviceCoordTexture* dstCopy) {
    [all...]
GrGpu.cpp 289 bool GrGpu::setupClipAndFlushState(DrawType type, const GrDeviceCoordTexture* dstCopy,
355 const GrDeviceCoordTexture* dstCopy) {
371 SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) {
GrDrawTarget.cpp 426 bool GrDrawTarget::setupDstReadIfNecessary(GrDeviceCoordTexture* dstCopy, const SkRect* drawBounds) {
553 GrDeviceCoordTexture dstCopy;
574 GrDeviceCoordTexture dstCopy;
    [all...]
GrInOrderDrawBuffer.cpp 372 SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) {
388 SkPath::FillType fill, const GrDeviceCoordTexture* dstCopy) {
545 const GrDeviceCoordTexture* dstCopy =
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgram.h 160 const GrDeviceCoordTexture* dstCopy, // can be NULL
GrGLProgramDesc.h 70 const GrDeviceCoordTexture* dstCopy,
GrGLProgram.cpp 98 const GrDeviceCoordTexture* dstCopy,
GrGpuGL.h 151 virtual bool flushGraphicsState(DrawType, const GrDeviceCoordTexture* dstCopy) SK_OVERRIDE;
GrGpuGL_program.cpp 207 bool GrGpuGL::flushGraphicsState(DrawType type, const GrDeviceCoordTexture* dstCopy) {
GrGLProgramDesc.cpp 200 const GrDeviceCoordTexture* dstCopy,

Completed in 796 milliseconds