HomeSort by relevance Sort by last modified time
    Searched defs:ComputeScratchKey (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrTexture.cpp 86 GrTexturePriv::ComputeScratchKey(desc, &key);
94 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
  /external/skia/tests/
ResourceCacheTest.cpp 231 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
252 ComputeScratchKey(fProperty, &scratchKey);
503 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
567 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
572 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
614 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey);
619 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
674 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
676 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2);
694 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey)
    [all...]

Completed in 46 milliseconds