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

  /external/skia/src/gpu/
GrBuffer.cpp 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const {
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,
GrSurfaceProxyPriv.h 50 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); }
GrSurfaceProxy.cpp 218 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
235 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
  /external/skqp/src/gpu/
GrBuffer.cpp 67 void GrBuffer::computeScratchKey(GrScratchKey* key) const {
GrSurfaceProxyPriv.h 50 void computeScratchKey(GrScratchKey* key) const { return fProxy->computeScratchKey(key); }
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,
GrSurfaceProxy.cpp 190 void GrSurfaceProxy::computeScratchKey(GrScratchKey* key) const {
207 GrTexturePriv::ComputeScratchKey(this->config(), width, height, SkToBool(rtp), sampleCount,
  /external/skia/include/gpu/
GrGpuResource.h 317 virtual void computeScratchKey(GrScratchKey*) const { }
  /external/skqp/include/gpu/
GrGpuResource.h 295 virtual void computeScratchKey(GrScratchKey*) const { }

Completed in 232 milliseconds