HomeSort by relevance Sort by last modified time
    Searched refs:getGpu (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 19 SkASSERT(NULL != context->getGpu());
20 if (context->getGpu()->caps()->pathRenderingSupport()) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
GrStencilBuffer.cpp 18 this->getGpu()->getContext()->addStencilBuffer(this);
GrBufferAllocPool.h 61 GrGpu* getGpu() { return fGpu; }
GrPathRendererChain.cpp 80 GrGpu* gpu = fOwner->getGpu();
  /external/skia/src/gpu/
GrStencilAndCoverPathRenderer.cpp 19 SkASSERT(NULL != context->getGpu());
20 if (context->getGpu()->caps()->pathRenderingSupport()) {
21 return SkNEW_ARGS(GrStencilAndCoverPathRenderer, (context->getGpu()));
GrStencilBuffer.cpp 18 this->getGpu()->getContext()->addStencilBuffer(this);
GrBufferAllocPool.h 61 GrGpu* getGpu() { return fGpu; }
GrPathRendererChain.cpp 80 GrGpu* gpu = fOwner->getGpu();
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIndexBuffer.h 49 return (GrGpuGL*)(this->getGpu());
GrGLStencilBuffer.cpp 26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
GrGLVertexBuffer.h 49 return (GrGpuGL*)(this->getGpu());
GrGLTexture.cpp 11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
GrGLPath.cpp 12 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.h 49 return (GrGpuGL*)(this->getGpu());
GrGLStencilBuffer.cpp 26 GrGpuGL* gpuGL = (GrGpuGL*) this->getGpu();
GrGLVertexBuffer.h 49 return (GrGpuGL*)(this->getGpu());
GrGLTexture.cpp 11 #define GPUGL static_cast<GrGpuGL*>(getGpu())
GrGLRenderTarget.cpp 12 #define GPUGL static_cast<GrGpuGL*>(getGpu())
GrGLPath.cpp 12 #define GPUGL static_cast<GrGpuGL*>(this->getGpu())
  /external/skia/tests/
GrDrawTargetTest.cpp 32 test_print(reporter, grContext->getGpu()->caps());
  /external/chromium_org/third_party/skia/include/gpu/
GrResource.h 96 GrGpu* getGpu() const { return fGpu; }
109 friend class GrGpu; // for assert in GrGpu to access getGpu
GrContext.h     [all...]
  /external/skia/include/gpu/
GrResource.h 96 GrGpu* getGpu() const { return fGpu; }
109 friend class GrGpu; // for assert in GrGpu to access getGpu
  /external/skia/bench/
GrResourceCacheBench.cpp 184 GrGpu* gpu = canvas->getGrContext()->getGpu();
220 GrGpu* gpu = canvas->getGrContext()->getGpu();

Completed in 3719 milliseconds

1 2