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 77 void GrTexture::computeScratchKey(GrScratchKey* key) const {
83 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
88 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height,
109 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
111 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight, origin,
  /external/skia/tests/
ResourceCacheTest.cpp 308 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
343 void computeScratchKey(GrScratchKey* key) const override {
345 ComputeScratchKey(fProperty, key);
616 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
686 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
691 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]

Completed in 409 milliseconds