Home
last modified time | relevance | path

Searched defs:ComputeScratchKey (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrVertexBuffer.h18 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function
DGrIndexBuffer.h19 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) { in ComputeScratchKey() function
DGrTexture.cpp96 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) { in ComputeScratchKey() function in GrTexturePriv
/external/skia/tests/
DResourceCacheTest.cpp297 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey() function in TestResource