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

  /external/skia/include/gpu/
GrTexture.h 56 void computeScratchKey(GrScratchKey*) const override;
GrBuffer.h 126 void computeScratchKey(GrScratchKey* key) const override;
GrGpuResource.h 299 virtual void computeScratchKey(GrScratchKey*) const { }
  /external/skia/src/gpu/
GrBuffer.cpp 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const {
GrTexture.cpp 88 void GrTexture::computeScratchKey(GrScratchKey* key) const {
90 GrTexturePriv::ComputeScratchKey(fDesc, key);
94 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
GrGpuResource.cpp 35 this->computeScratchKey(&fScratchKey);
  /external/skia/tests/
ResourceCacheTest.cpp 314 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
349 void computeScratchKey(GrScratchKey* key) const override {
351 ComputeScratchKey(fProperty, key);
602 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
668 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
673 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
715 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey);
720 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]

Completed in 454 milliseconds