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

  /external/skia/gpu/include/
GrMemory.h 172 class GrAutoSTMalloc : public GrAutoSMalloc<COUNT * sizeof(T)> {
174 GrAutoSTMalloc(int count) : GrAutoSMalloc<COUNT * sizeof(T)>(count * sizeof(T)) {}
  /external/skia/gpu/src/
GrPathRenderer.cpp 227 GrAutoSTMalloc<8, uint16_t> subpathVertCount(subpathCnt);
GrTesselatedPathRenderer.cpp 171 GrAutoSTMalloc<8, uint16_t> subpathVertCount(subpathCnt);
GrGpuGL.cpp 242 GrAutoSTMalloc<10, GrGLint> formats(numFormats);
    [all...]

Completed in 685 milliseconds