/external/skia/bench/ |
D | GrResourceCacheBench.cpp | 39 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/ |
D | GrPath.h | 28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
|
D | GrPath.cpp | 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { in ComputeKey() function in GrPath
|
D | GrStencilBuffer.cpp | 36 GrResourceKey GrStencilBuffer::ComputeKey(int width, in ComputeKey() function in GrStencilBuffer
|
D | GrStencilBuffer.h | 54 static GrResourceKey ComputeKey(int width, int height, int sampleCnt);
|
D | GrTexture.cpp | 162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu, in ComputeKey() function in GrTexture
|
D | GrContext.cpp | 228 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/ |
D | GrPath.h | 28 static GrResourceKey ComputeKey(const SkPath& path, const SkStrokeRec& stroke);
|
D | GrPath.cpp | 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { in ComputeKey() function in GrPath
|
D | GrStencilBuffer.cpp | 36 GrResourceKey GrStencilBuffer::ComputeKey(int width, in ComputeKey() function in GrStencilBuffer
|
D | GrStencilBuffer.h | 54 static GrResourceKey ComputeKey(int width, int height, int sampleCnt);
|
D | GrTexture.cpp | 162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu, in ComputeKey() function in GrTexture
|
D | GrContext.cpp | 228 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/ |
D | GrTexture.h | 131 static GrResourceKey ComputeKey(const GrGpu* gpu,
|
/external/chromium_org/third_party/skia/include/gpu/ |
D | GrTexture.h | 131 static GrResourceKey ComputeKey(const GrGpu* gpu,
|