Searched defs:ComputeKey (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { function in class:GrPath
H A DGrStencilBuffer.cpp36 GrResourceKey GrStencilBuffer::ComputeKey(int width, function in class:GrStencilBuffer
H A DGrTexture.cpp211 GrResourceKey GrTextureImpl::ComputeKey(const GrGpu* gpu, function in class:GrTextureImpl
/external/skia/src/gpu/
H A DGrPath.cpp10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) { function in class:GrPath
H A DGrStencilBuffer.cpp36 GrResourceKey GrStencilBuffer::ComputeKey(int width, function in class:GrStencilBuffer
H A DGrTexture.cpp211 GrResourceKey GrTextureImpl::ComputeKey(const GrGpu* gpu, function in class:GrTextureImpl
/external/chromium_org/third_party/skia/bench/
H A DGrResourceCacheBench.cpp39 static GrResourceKey ComputeKey(int width, int height, int sampleCnt) { function in class:StencilResource
40 return GrStencilBuffer::ComputeKey(width, height, sampleCnt);
64 static GrResourceKey ComputeKey(const GrTextureDesc& desc) { function in class:TextureResource
93 GrResourceKey key = GrStencilBuffer::ComputeKey(w, h, s);
103 GrResourceKey key = TextureResource::ComputeKey(desc);
116 GrResourceKey key = TextureResource::ComputeKey(desc);
130 GrResourceKey key = StencilResource::ComputeKey(w, h, s);
147 GrResourceKey key = TextureResource::ComputeKey(desc);
158 GrResourceKey key = StencilResource::ComputeKey(w, h, s);
/external/skia/bench/
H A DGrResourceCacheBench.cpp39 static GrResourceKey ComputeKey(int width, int height, int sampleCnt) { function in class:StencilResource
40 return GrStencilBuffer::ComputeKey(width, height, sampleCnt);
64 static GrResourceKey ComputeKey(const GrTextureDesc& desc) { function in class:TextureResource
93 GrResourceKey key = GrStencilBuffer::ComputeKey(w, h, s);
103 GrResourceKey key = TextureResource::ComputeKey(desc);
116 GrResourceKey key = TextureResource::ComputeKey(desc);
130 GrResourceKey key = StencilResource::ComputeKey(w, h, s);
147 GrResourceKey key = TextureResource::ComputeKey(desc);
158 GrResourceKey key = StencilResource::ComputeKey(w, h, s);

Completed in 1271 milliseconds