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

  /external/skia/src/gpu/
GrIndexBuffer.h 19 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) {
42 ComputeScratchKey(gpuMemorySize, dynamic, &key);
GrVertexBuffer.h 18 static void ComputeScratchKey(size_t size, bool dynamic, GrScratchKey* key) {
33 ComputeScratchKey(gpuMemorySize, dynamic, &key);
GrTexture.cpp 91 GrTexturePriv::ComputeScratchKey(desc, &key);
96 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
  /external/skia/tests/
ResourceCacheTest.cpp 297 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
318 ComputeScratchKey(fProperty, &scratchKey);
566 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
630 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
635 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
677 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey);
682 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
737 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
739 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey2)
    [all...]

Completed in 152 milliseconds