MCPcopy Create free account
hub / github.com/google/gapid / ApplicationPool

Method ApplicationPool

gapis/memory/pool.go:226–228  ·  view source on GitHub ↗

ApplicationPool returns the application memory pool.

()

Source from the content-addressed store, hash-verified

224
225// ApplicationPool returns the application memory pool.
226func (m *Pools) ApplicationPool() *Pool {
227 return m.pools[ApplicationPool]
228}
229
230// Count returns the number of pools.
231func (m *Pools) Count() int {

Callers 15

LoadPointerFunction · 0.80
checkMethod · 0.80
ResolveMethod · 0.80
compatFunction · 0.80
compatDrawElementsFunction · 0.80
moveClientVBsToVAsFunction · 0.80
decompressTexImage2DFunction · 0.80
decompressTexSubImage2DFunction · 0.80
cutCommandBufferFunction · 0.80
rewriteQueueSubmitMethod · 0.80
TransformMethod · 0.80
simplifySamplingFunction · 0.80

Calls

no outgoing calls

Tested by 1

checkMethod · 0.64