Home
last modified time | relevance | path

Searched refs:ComputeKey (Results 1 – 15 of 15) sorted by relevance

/external/skia/bench/
DGrResourceCacheBench.cpp39 static GrResourceKey ComputeKey(int width, int height, int sampleCnt) { in ComputeKey() function in StencilResource
40 return GrStencilBuffer::ComputeKey(width, height, sampleCnt); in ComputeKey()
64 static GrResourceKey ComputeKey(const GrTextureDesc& desc) { in ComputeKey() function in TextureResource
93 GrResourceKey key = GrStencilBuffer::ComputeKey(w, h, s); in populate_cache()
103 GrResourceKey key = TextureResource::ComputeKey(desc); in populate_cache()
116 GrResourceKey key = TextureResource::ComputeKey(desc); in check_cache_contents_or_die()
130 GrResourceKey key = StencilResource::ComputeKey(w, h, s); in check_cache_contents_or_die()
147 GrResourceKey key = TextureResource::ComputeKey(desc); in check_cache_contents_or_die()
158 GrResourceKey key = StencilResource::ComputeKey(w, h, s); in check_cache_contents_or_die()
/external/chromium_org/third_party/skia/src/gpu/
DGrPath.h28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { in ComputeKey() function in GrPath
DGrStencilBuffer.cpp36 GrResourceKey GrStencilBuffer::ComputeKey(int width, in ComputeKey() function in GrStencilBuffer
DGrStencilBuffer.h54 static GrResourceKey ComputeKey(int width, int height, int sampleCnt);
DGrTexture.cpp162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu, in ComputeKey() function in GrTexture
DGrContext.cpp228 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in findAndRefTexture()
237 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in isTextureInCache()
244 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), in addStencilBuffer()
252 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, in findStencilBuffer()
376 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in createTexture()
1781 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke); in createPath()
/external/skia/src/gpu/
DGrPath.h28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { in ComputeKey() function in GrPath
DGrStencilBuffer.cpp36 GrResourceKey GrStencilBuffer::ComputeKey(int width, in ComputeKey() function in GrStencilBuffer
DGrStencilBuffer.h54 static GrResourceKey ComputeKey(int width, int height, int sampleCnt);
DGrTexture.cpp162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu, in ComputeKey() function in GrTexture
DGrContext.cpp228 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in findAndRefTexture()
237 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in isTextureInCache()
244 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(sb->width(), in addStencilBuffer()
252 GrResourceKey resourceKey = GrStencilBuffer::ComputeKey(width, in findStencilBuffer()
376 GrResourceKey resourceKey = GrTexture::ComputeKey(fGpu, params, desc, cacheID); in createTexture()
1781 GrResourceKey resourceKey = GrPath::ComputeKey(inPath, stroke); in createPath()
/external/skia/include/gpu/
DGrTexture.h131 static GrResourceKey ComputeKey(const GrGpu* gpu,
/external/chromium_org/third_party/skia/include/gpu/
DGrTexture.h131 static GrResourceKey ComputeKey(const GrGpu* gpu,