Searched refs:SparseNameRange (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLNameAllocator.h77 class SparseNameRange;
83 SkAutoTUnref<SparseNameRange> fAllocatedNames;
H A DGrGLNameAllocator.cpp18 class GrGLNameAllocator::SparseNameRange : public SkRefCnt { class in class:GrGLNameAllocator
20 virtual ~SparseNameRange() {}
51 * @return The resulting SparseNameRange after the allocation. Note that
52 * this call is destructive, so the original SparseNameRange will no
54 * pointer with the new SparseNameRange.
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
67 * @return The resulting SparseNameRange after the removal (or NULL if it
69 * original SparseNameRange will no longer be valid afterward. The
71 * SparseNameRange.
73 virtual SparseNameRange* SK_WARN_UNUSED_RESUL
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.h77 class SparseNameRange;
83 SkAutoTUnref<SparseNameRange> fAllocatedNames;
H A DGrGLNameAllocator.cpp18 class GrGLNameAllocator::SparseNameRange : public SkRefCnt { class in class:GrGLNameAllocator
20 virtual ~SparseNameRange() {}
51 * @return The resulting SparseNameRange after the allocation. Note that
52 * this call is destructive, so the original SparseNameRange will no
54 * pointer with the new SparseNameRange.
56 virtual SparseNameRange* SK_WARN_UNUSED_RESULT internalAllocate(GrGLuint* outName) = 0;
67 * @return The resulting SparseNameRange after the removal (or NULL if it
69 * original SparseNameRange will no longer be valid afterward. The
71 * SparseNameRange.
73 virtual SparseNameRange* SK_WARN_UNUSED_RESUL
[all...]

Completed in 101 milliseconds