HomeSort by relevance Sort by last modified time
    Searched defs:gpuMemorySize (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrGpuResource.h 176 size_t gpuMemorySize() const {
286 * This entry point should be called whenever gpuMemorySize() should report a different size.
287 * The cache will call gpuMemorySize() to update the current size of the resource.
  /external/skqp/include/gpu/
GrGpuResource.h 176 size_t gpuMemorySize() const {
277 * This entry point should be called whenever gpuMemorySize() should report a different size.
278 * The cache will call gpuMemorySize() to update the current size of the resource.
  /external/skqp/include/private/
GrSurfaceProxy.h 316 size_t gpuMemorySize() const {
319 return fTarget->gpuMemorySize();
  /external/skia/include/private/
GrSurfaceProxy.h 333 size_t gpuMemorySize() const {
336 return fTarget->gpuMemorySize();

Completed in 80 milliseconds