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

  /external/skia/src/gpu/
GrTexture.cpp 79 void GrTexture::computeScratchKey(GrScratchKey* key) const {
85 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
90 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height,
113 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
115 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight,
GrTexturePriv.h 57 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
58 static void ComputeScratchKey(GrPixelConfig config, int width, int height,
GrResourceProvider.cpp 217 GrTexturePriv::ComputeScratchKey(desc, &key);
GrSurfaceProxy.cpp 218 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
235 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
  /external/skqp/src/gpu/
GrTexture.cpp 79 void GrTexture::computeScratchKey(GrScratchKey* key) const {
85 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
90 void GrTexturePriv::ComputeScratchKey(GrPixelConfig config, int width, int height,
113 void GrTexturePriv::ComputeScratchKey(const GrSurfaceDesc& desc, GrScratchKey* key) {
115 return ComputeScratchKey(desc.fConfig, desc.fWidth, desc.fHeight,
GrTexturePriv.h 57 static void ComputeScratchKey(const GrSurfaceDesc&, GrScratchKey*);
58 static void ComputeScratchKey(GrPixelConfig config, int width, int height,
GrSurfaceProxy.cpp 190 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
207 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
GrResourceProvider.cpp 225 GrTexturePriv::ComputeScratchKey(desc, &key);
  /external/skia/src/gpu/mock/
GrMockTexture.h 103 void computeScratchKey(GrScratchKey* key) const override {
104 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
  /external/skqp/src/gpu/mock/
GrMockTexture.h 103 void computeScratchKey(GrScratchKey* key) const override {
104 GrTexturePriv::ComputeScratchKey(this->config(), this->width(), this->height(),
  /external/skia/tests/
ResourceCacheTest.cpp 298 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
333 void computeScratchKey(GrScratchKey* key) const override {
335 ComputeScratchKey(fProperty, key);
677 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
748 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
753 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]
  /external/skqp/tests/
ResourceCacheTest.cpp 297 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) {
332 void computeScratchKey(GrScratchKey* key) const override {
334 ComputeScratchKey(fProperty, key);
607 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &key);
678 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey1);
683 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
726 TestResource::ComputeScratchKey(TestResource::kA_SimulatedProperty, &scratchKey);
731 TestResource::ComputeScratchKey(TestResource::kB_SimulatedProperty, &scratchKey);
    [all...]

Completed in 171 milliseconds