Home
last modified time | relevance | path

Searched refs:getGpu (Results 1 – 8 of 8) sorted by relevance

/external/skia/gpu/src/
DGrTexture.cpp24 GrContext* context = this->getGpu()->getContext(); in readPixels()
59 GrContext* context = this->getGpu()->getContext(); in readPixels()
DGrBufferAllocPool.h73 GrGpu* getGpu() { return fGpu; } in getGpu() function
DGrGLIndexBuffer.cpp21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
DGrGLVertexBuffer.cpp21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
DGrGLTexture.cpp21 #define GPUGL static_cast<GrGpuGL*>(getGpu())
DGrGpu.cpp100 GrAssert(this == resource->getGpu()); in insertResource()
/external/skia/gpu/include/
DGrResource.h62 GrGpu* getGpu() const { return fGpu; } in getGpu() function
DGrContext.h504 GrGpu* getGpu() { return fGpu; } in getGpu() function