Searched defs:gpuMemorySize (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/gpu/
H A DGrVertexBuffer.h18 GrVertexBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
19 : INHERITED(gpu, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrIndexBuffer.h24 return static_cast<int>(this->gpuMemorySize() / (sizeof(uint16_t) * 6));
27 GrIndexBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
28 : INHERITED(gpu, gpuMemorySize, dynamic, cpuBacked) {}
H A DGrGeometryBuffer.h102 GrGeometryBuffer(GrGpu* gpu, size_t gpuMemorySize, bool dynamic, bool cpuBacked) argument
105 , fGpuMemorySize(gpuMemorySize)
/external/skia/src/gpu/gl/
H A DGrGLPathRange.cpp24 size_t gpuMemorySize,
28 fGpuMemorySize(gpuMemorySize) {
21 GrGLPathRange(GrGLGpu* gpu, GrGLuint basePathID, int numPaths, size_t gpuMemorySize, const SkStrokeRec& stroke) argument
H A DGrGLPathRendering.cpp150 const size_t gpuMemorySize = fontDataLength / 4; local
151 return SkNEW_ARGS(GrGLPathRange, (fGpu, basePathID, numPaths, gpuMemorySize, stroke));
/external/skia/include/gpu/
H A DGrGpuResource.h194 size_t gpuMemorySize() const { function in class:GrGpuResource
271 * This entry point should be called whenever gpuMemorySize() should report a different size.
272 * The cache will call gpuMemorySize() to update the current size of the resource.

Completed in 1069 milliseconds