Searched refs:getGpu (Results 1 - 25 of 49) sorted by path

12

/external/chromium_org/third_party/skia/bench/
H A DGrResourceCacheBench.cpp184 GrGpu* gpu = canvas->getGrContext()->getGpu();
220 GrGpu* gpu = canvas->getGrContext()->getGpu();
/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h923 GrGpu* getGpu() { return fGpu; } function in class:GrContext
924 const GrGpu* getGpu() const { return fGpu; } function in class:GrContext
H A DGrGpuResource.h203 GrGpu* getGpu() const { return fGpu; } function in class:GrGpuResource
228 friend class GrGpu; // for assert in GrGpu to access getGpu
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp149 GrGpu* gpu = context->getGpu();
H A DGrBufferAllocPool.h61 GrGpu* getGpu() { return fGpu; } function in class:GrBufferAllocPool
H A DGrContext.cpp864 fAARectRenderer->strokeAARect(this->getGpu(), target, rect,
869 fAARectRenderer->fillAARect(this->getGpu(), target,
1252 fAARectRenderer->fillAANestedRects(this->getGpu(), target, rects, origViewMatrix);
H A DGrDistanceFieldTextContext.cpp523 *gammaTexture = context->getGpu()->createTexture(desc, NULL, 0);
H A DGrLayerCache.cpp96 fAtlas.reset(SkNEW_ARGS(GrAtlas, (fContext->getGpu(), kSkia8888_GrPixelConfig,
H A DGrOvalRenderer.cpp1043 GrIndexBuffer* indexBuffer = this->rRectIndexBuffer(context->getGpu());
H A DGrPathRendererChain.cpp80 GrGpu* gpu = fOwner->getGpu();
H A DGrSWMaskHelper.cpp177 choose_compressed_fmt(fContext->getGpu()->caps(), &fCompressedFormat)) {
248 SkASSERT(fContext->getGpu()->caps()->isConfigTexturable(desc.fConfig));
259 bool reuseScratch = fContext->getGpu()->caps()->reuseScratchTextures();
H A DGrStencilAndCoverPathRenderer.cpp19 SkASSERT(context->getGpu());
20 if (context->getGpu()->caps()->pathRenderingSupport()) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
H A DGrStencilAndCoverTextContext.cpp234 glyphs.reset(ctx->getGpu()->pathRendering()->createGlyphs(typeface, desc, stroke));
H A DGrStencilBuffer.cpp18 this->getGpu()->getContext()->addStencilBuffer(this);
H A DSkGr.cpp333 && ctx->getGpu()->caps()->isConfigTexturable(kETC1_GrPixelConfig)
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLIndexBuffer.h45 return (GrGpuGL*)(this->getGpu());
H A DGrGLPath.cpp152 static_cast<GrGpuGL*>(this->getGpu())->glPathRendering()->deletePaths(fPathID, 1);
H A DGrGLPathRange.cpp37 GrGpuGL* gpu = static_cast<GrGpuGL*>(this->getGpu());
55 SkASSERT(this->getGpu());
58 static_cast<GrGpuGL*>(this->getGpu())->glPathRendering()->deletePaths(fBasePathID,
H A DGrGLRenderTarget.cpp12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
H A DGrGLStencilBuffer.cpp26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
H A DGrGLTexture.cpp11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
H A DGrGLVertexArray.cpp11 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
H A DGrGLVertexBuffer.h45 return (GrGpuGL*)(this->getGpu());
/external/chromium_org/third_party/skia/tests/
H A DGLProgramsTest.cpp357 GrGpuGL* gpu = static_cast<GrGpuGL*>(context->getGpu());
H A DGrDrawTargetTest.cpp32 test_print(reporter, grContext->getGpu()->caps());

Completed in 310 milliseconds

12