HomeSort by relevance Sort by last modified time
    Searched refs:GrTAllocator (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAllocator.h 141 class GrTAllocator : GrNoncopyable {
144 virtual ~GrTAllocator() { this->reset(); };
154 explicit GrTAllocator(int itemsPerBlock)
228 GrTAllocator(int itemsPerBlock, void* initialBlock)
237 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
239 typedef GrTAllocator<T> INHERITED;
  /external/skia/src/gpu/gl/
GrGLProgram.cpp 29 typedef GrTAllocator<GrGLShaderVar> VarArray;
    [all...]

Completed in 287 milliseconds