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

  /external/chromium_org/third_party/skia/src/gpu/
GrTexture.cpp 213 this->setScratchKey(ComputeScratchKey(desc));
224 GrResourceKey GrTextureImpl::ComputeScratchKey(const GrTextureDesc& desc) {
GrContext.cpp 446 GrResourceKey key = GrTextureImpl::ComputeScratchKey(texture->desc());
486 GrResourceKey key = GrTextureImpl::ComputeScratchKey(desc);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/
GrTexture.h 161 static GrResourceKey ComputeScratchKey(const GrTextureDesc& desc);
  /external/chromium_org/third_party/skia/bench/
GrResourceCacheBench.cpp 65 return GrTextureImpl::ComputeScratchKey(desc);

Completed in 1044 milliseconds