Home
last modified time | relevance | path

Searched refs:asKey (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrProgramDesc.h48 const uint32_t* asKey() const { in asKey() function
70 const uint32_t* aKey = this->asKey();
71 const uint32_t* bKey = that.asKey();
92 const uint32_t* aKey = a.asKey(); in Less()
93 const uint32_t* bKey = b.asKey(); in Less()
DGrProgramDesc.cpp58 GR_STATIC_ASSERT(1 == sizeof(caps.configTextureSwizzle(config).asKey())); in sampler_key()
60 caps.configTextureSwizzle(config).asKey() << kSamplerOrImageTypeKeyBits | in sampler_key()
208 header->fOutputSwizzle = shaderCaps.configOutputSwizzle(rt->config()).asKey(); in Build()
DGrFragmentProcessor.cpp240 b->add32(fSwizzle.asKey()); in SwizzleOutput()
/external/skia/include/private/
DGrSwizzle.h69 uint8_t asKey() const { return fKey; } in asKey() function
/external/skia/src/gpu/vk/
DGrVkResourceProvider.h188 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()
/external/skia/src/gpu/gl/
DGrGLGpu.h295 return SkOpts::hash_fn(desc.asKey(), desc.keyLength(), 0); in operator()