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

12

/external/chromium_org/third_party/skia/tests/
H A DGrDrawTargetTest.cpp32 test_print(reporter, grContext->getGpu()->caps());
H A DResourceCacheTest.cpp121 TestResource* a = new TestResource(context->getGpu());
122 TestResource* b = new TestResource(context->getGpu());
132 GrGpuResource* r = new TestResource(context->getGpu());
157 TestResource* a = new TestResource(context->getGpu());
158 TestResource* b = new TestResource(context->getGpu());
173 TestResource* a = new TestResource(context->getGpu());
174 TestResource* b = new TestResource(context->getGpu());
209 TestResource* a = new TestResource(context->getGpu());
214 TestResource* b = new TestResource(context->getGpu());
233 TestResource* a = new TestResource(context->getGpu(), 10
[all...]
/external/skia/tests/
H A DGrDrawTargetTest.cpp32 test_print(reporter, grContext->getGpu()->caps());
/external/chromium_org/third_party/skia/src/gpu/gl/
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 DGrGLStencilBuffer.cpp26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
H A DGrGLIndexBuffer.h45 return (GrGpuGL*)(this->getGpu());
H A DGrGLVertexBuffer.h45 return (GrGpuGL*)(this->getGpu());
H A DGrGLTexture.cpp11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
H A DGrGLRenderTarget.cpp12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
/external/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp19 SkASSERT(NULL != context->getGpu());
20 if (context->getGpu()->caps()->pathRenderingSupport()) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
H A DGrStencilBuffer.cpp18 this->getGpu()->getContext()->addStencilBuffer(this);
H A DGrBufferAllocPool.h61 GrGpu* getGpu() { return fGpu; } function in class:GrBufferAllocPool
H A DGrPathRendererChain.cpp80 GrGpu* gpu = fOwner->getGpu();
/external/skia/src/gpu/gl/
H A DGrGLStencilBuffer.cpp26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
H A DGrGLIndexBuffer.h45 return (GrGpuGL*)(this->getGpu());
H A DGrGLVertexBuffer.h45 return (GrGpuGL*)(this->getGpu());
H A DGrGLTexture.cpp11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
H A DGrGLPath.cpp12 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
138 static_cast<GrGpuGL*>(this->getGpu())->deleteGLPathObject(fPathID);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverPathRenderer.cpp19 SkASSERT(context->getGpu());
20 if (context->getGpu()->caps()->pathRenderingSupport()) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
H A DGrStencilBuffer.cpp18 this->getGpu()->getContext()->addStencilBuffer(this);
H A DGrBufferAllocPool.h61 GrGpu* getGpu() { return fGpu; } function in class:GrBufferAllocPool
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();
/external/skia/include/gpu/
H A DGrGpuObject.h86 GrGpu* getGpu() const { return fGpu; } function in class:GrGpuObject
98 friend class GrGpu; // for assert in GrGpu to access getGpu
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResource.h203 GrGpu* getGpu() const { return fGpu; } function in class:GrGpuResource
228 friend class GrGpu; // for assert in GrGpu to access getGpu

Completed in 316 milliseconds

12