Home
last modified time | relevance | path

Searched refs:GrGLNameAllocator (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLNameAllocator.cpp18 class GrGLNameAllocator::SparseNameRange : public SkRefCnt {
126 class GrGLNameAllocator::SparseNameTree : public SparseNameRange {
274 class GrGLNameAllocator::ContiguousNameRange : public SparseNameRange {
329 GrGLNameAllocator::GrGLNameAllocator(GrGLuint firstName, GrGLuint endName) in GrGLNameAllocator() function in GrGLNameAllocator
336 GrGLNameAllocator::~GrGLNameAllocator() { in ~GrGLNameAllocator()
339 GrGLuint GrGLNameAllocator::allocateName() { in allocateName()
363 void GrGLNameAllocator::free(GrGLuint name) { in free()
DGrGLNameAllocator.h20 class GrGLNameAllocator {
33 GrGLNameAllocator(GrGLuint firstName, GrGLuint endName);
39 ~GrGLNameAllocator();
DGrGLPathRendering.h17 class GrGLNameAllocator; variable
134 SkAutoTDelete<GrGLNameAllocator> fPathNameAllocator;
DGrGLPathRendering.cpp291 fPathNameAllocator.reset(SkNEW_ARGS(GrGLNameAllocator, (firstName, firstName + range))); in genPaths()
/external/skia/tests/
DNameAllocatorTest.cpp123 GrGLNameAllocator fAllocator;
137 GrGLNameAllocator allocator(1, 1 + range); in DEF_GPUTEST()
/external/skia/gyp/
Dgpu.gypi284 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.cpp',
285 '<(skia_src_path)/gpu/gl/GrGLNameAllocator.h',
/external/skia/
DAndroid.mk540 src/gpu/gl/GrGLNameAllocator.cpp \