Home
last modified time | relevance | path

Searched refs:kDefaultOutstandingAllocCnt (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DGpu.cpp21 static constexpr int kDefaultOutstandingAllocCnt = 8; member
24 : fOutstandingSubmissions(sizeof(OutstandingSubmission), kDefaultOutstandingAllocCnt) in Gpu()
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp62 static const int kDefaultOutstandingAllocCnt = 8; variable
77 , fOutstandingCommandLists(sizeof(OutstandingCommandList), kDefaultOutstandingAllocCnt) { in GrD3DGpu()

Completed in 4 milliseconds