OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GrGLNameAllocator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.h
20
class
GrGLNameAllocator
{
33
GrGLNameAllocator
(GrGLuint firstName, GrGLuint endName);
39
~
GrGLNameAllocator
();
GrGLNameAllocator.cpp
9
#include "
GrGLNameAllocator
.h"
18
class
GrGLNameAllocator
::SparseNameRange : public SkRefCnt {
126
class
GrGLNameAllocator
::SparseNameTree : public SparseNameRange {
274
class
GrGLNameAllocator
::ContiguousNameRange : public SparseNameRange {
329
GrGLNameAllocator
::
GrGLNameAllocator
(GrGLuint firstName, GrGLuint endName)
336
GrGLNameAllocator
::~
GrGLNameAllocator
() {
339
GrGLuint
GrGLNameAllocator
::allocateName() {
363
void
GrGLNameAllocator
::free(GrGLuint name)
[
all
...]
Completed in 128 milliseconds