Home | History | Annotate | Download | only in gpu

Lines Matching defs:fContext

102     GrContext* fContext;
157 fContext = context;
158 fContext->ref();
191 fContext = context;
192 fContext->ref();
225 fTexture = fContext->createUncachedTexture(desc, NULL, 0);
256 fContext->unlockTexture(fCache);
258 fContext->unref();
264 fContext->setRenderTarget(fRenderTarget);
265 fContext->flush(true);
303 return fContext->readRenderTargetPixels(fRenderTarget,
356 fContext->getRenderTarget() != fRenderTarget) {
358 fContext->setRenderTarget(fRenderTarget);
360 convert_matrixclip(fContext, *draw.fMatrix,
376 fContext->setRenderTarget(fRenderTarget);
380 convert_matrixclip(fContext, matrix, clipStack, clip, this->getOrigin());
383 fContext->clear(NULL, 0x0);
568 fContext->clear(NULL, color);
584 fContext->drawPaint(grPaint);
619 fContext->drawVertices(grPaint,
679 fContext->drawRect(grPaint, rect, doStroke ? width : -1);
1168 if (!drawWithGPUMaskFilter(fContext, *devPathPtr, paint.getMaskFilter(),
1171 drawWithMaskFilter(fContext, *devPathPtr, paint.getMaskFilter(),
1200 fContext->drawPath(grPaint, *pathPtr, fill);
1262 const int maxTextureSize = fContext->getMaxTextureSize();
1286 fContext->getTextureCacheLimits(NULL, &cacheSize);
1429 SkASSERT(bitmap.width() <= fContext->getMaxTextureSize() &&
1430 bitmap.height() <= fContext->getMaxTextureSize());
1486 fContext->drawRectToRect(*grPaint, dstRect, paintRect, &m);
1506 GrAutoMatrix avm(fContext, GrMatrix::I());
1519 GrTexture* blurTexture = gaussianBlur(fContext,
1534 GrAutoScratchTexture temp1(fContext, desc), temp2(fContext, desc);
1535 texture = applyMorphology(fContext, texture, GrRect::MakeWH(w, h),
1547 GrAutoScratchTexture temp1(fContext, desc), temp2(fContext, desc);
1548 texture = applyMorphology(fContext, texture, GrRect::MakeWH(w, h),
1556 fContext->drawRectToRect(grPaint,
1582 GrAutoMatrix avm(fContext, GrMatrix::I());
1596 fContext->drawRectToRect(grPaint, dstRect, srcRect);
1677 fContext->drawVertices(grPaint,
1731 fDrawProcs->fContext = fContext;
1761 GrTextContext context(fContext, grPaint, draw.fExtMatrix);
1790 GrTextContext context(fContext, grPaint, draw.fExtMatrix);
1832 fContext->resolveRenderTarget(fRenderTarget);