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

  /external/chromium_org/third_party/skia/src/gpu/
GrPath.cpp 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
GrStencilBuffer.cpp 36 GrResourceKey GrStencilBuffer::ComputeKey(int width,
GrTexture.cpp 162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu,
  /external/skia/src/gpu/
GrPath.cpp 10 GrResourceKey GrPath::ComputeKey(const SkPath& path, const SkStrokeRec& stroke) {
GrStencilBuffer.cpp 36 GrResourceKey GrStencilBuffer::ComputeKey(int width,
GrTexture.cpp 162 GrResourceKey GrTexture::ComputeKey(const GrGpu* gpu,
  /external/skia/bench/
GrResourceCacheBench.cpp 39 static GrResourceKey ComputeKey(int width, int height, int sampleCnt) {
40 return GrStencilBuffer::ComputeKey(width, height, sampleCnt);
64 static GrResourceKey ComputeKey(const GrTextureDesc& desc) {
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 58 milliseconds