Searched refs:asKey (Results 1 – 5 of 5) sorted by relevance
23 const uint32_t* asKey() const { in asKey() function45 const uint32_t* aKey = this->asKey();46 const uint32_t* bKey = that.asKey();62 const uint32_t* aKey = a.asKey(); in Less()63 const uint32_t* bKey = b.asKey(); in Less()
43 uint8_t asKey() const { return fKey; } in asKey() function
33 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey()); in add_texture_key()142 glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).asKey(); in Build()
45 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey() | in add_texture_key()155 glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).asKey(); in Build()
86 uint32_t key = (cce.swizzle().asKey()) | (cce.pmConversion() << 16); in GenKey()