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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 154 GrSTAllocator<kDrawPreallocCnt, Draw> fDraws;
155 GrSTAllocator<kStatePreallocCnt, SavedDrawState> fStates;
156 GrSTAllocator<kClearPreallocCnt, Clear> fClears;
157 GrSTAllocator<kClipPreallocCnt, GrClip> fClips;
GrAllocator.h 237 template <int N, typename T> class GrSTAllocator : public GrTAllocator<T> {
242 GrSTAllocator() : INHERITED(N, fStorage.get()) {
  /external/skia/src/gpu/gl/
GrGLProgram.cpp     [all...]

Completed in 403 milliseconds