HomeSort by relevance Sort by last modified time
    Searched full:drawcontext (Results 26 - 42 of 42) sorted by null

12

  /external/skia/src/gpu/
GrLayerCache.cpp 471 SkAutoTUnref<GrDrawContext> drawContext(
472 fContext->drawContext(fAtlas->getTexture()->asRenderTarget()));
474 if (drawContext) {
475 drawContext->discard();
GrTextureParamsAdjuster.cpp 115 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(copy->asRenderTarget()));
116 if (!drawContext) {
121 drawContext->fillRectToRect(GrClip::WideOpen(), paint, SkMatrix::I(), dstRect, localRect);
GrDrawingManager.cpp 162 GrDrawContext* GrDrawingManager::drawContext(GrRenderTarget* rt,
SkGpuDevice.h 159 // We want these unreffed in DrawContext, RenderTarget, GrContext order.
GrDrawContext.cpp 52 // when the drawContext attempts to use it (via getDrawTarget).
SkGpuDevice.cpp 182 fDrawContext.reset(this->context()->drawContext(rt, &this->surfaceProps()));
353 fDrawContext.reset(this->context()->drawContext(fRenderTarget, &this->surfaceProps()));
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 367 void drawRect(GrDrawContext* drawContext,
380 void SkLightingImageFilterInternal::drawRect(GrDrawContext* drawContext,
393 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect);
447 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
448 if (!drawContext) {
453 this->drawRect(drawContext, srcTexture, matrix, clip, topLeft, kTopLeft_BoundaryMode,
455 this->drawRect(drawContext, srcTexture, matrix, clip, top, kTop_BoundaryMode,
457 this->drawRect(drawContext, srcTexture, matrix, clip, topRight, kTopRight_BoundaryMode,
459 this->drawRect(drawContext, srcTexture, matrix, clip, left, kLeft_BoundaryMode
    [all...]
SkDisplacementMapEffect.cpp 457 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
458 if (!drawContext) {
462 drawContext->drawRect(GrClip::WideOpen(), paint, matrix, SkRect::Make(colorBounds));
  /external/skia/include/core/
SkMaskFilter.h 115 GrDrawContext* drawContext,
126 GrDrawContext* drawContext,
  /external/skia/src/core/
SkMaskFilter.cpp 319 GrDrawContext* drawContext,
330 GrDrawContext* drawContext,
SkImageFilter.cpp 353 SkAutoTUnref<GrDrawContext> drawContext(context->drawContext(dst->asRenderTarget()));
354 if (drawContext) {
358 drawContext->fillRectToRect(clip, paint, SkMatrix::I(), dstRect, srcRect);
  /external/skia/tests/
RectangleTextureTest.cpp 92 SkAutoTUnref<GrDrawContext> dc(context->drawContext(rectangleTexture->asRenderTarget()));
  /external/skia/include/gpu/
GrContext.h 176 * Callers assume the creation ref of the drawContext
184 GrDrawContext* drawContext(GrRenderTarget* rt, const SkSurfaceProps* surfaceProps = NULL);
GrDrawContext.h 299 // In MDB-mode the drawTarget can be closed by some other drawContext that has picked
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 219 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
glsVertexArrayTests.cpp 720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext)
722 , m_ctx (drawContext)
    [all...]
glsDrawTest.cpp     [all...]

Completed in 581 milliseconds

12