Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProgramDesc.h23 const uint32_t* asKey() const { in asKey() function
45 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()
DGrSwizzle.h43 uint8_t asKey() const { return fKey; } in asKey() function
/external/skia/src/gpu/vk/
DGrVkProgramDesc.cpp33 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey()); in add_texture_key()
142 glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).asKey(); in Build()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp45 k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).asKey() | in add_texture_key()
155 glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).asKey(); in Build()
/external/skia/src/gpu/effects/
DGrConfigConversionEffect.cpp86 uint32_t key = (cce.swizzle().asKey()) | (cce.pmConversion() << 16); in GenKey()