OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asKey
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrProgramDesc.h
23
const uint32_t*
asKey
() const {
27
// Gets the number of bytes in
asKey
(). It will be a 4-byte aligned value. When comparing two
45
const uint32_t* aKey = this->
asKey
();
46
const uint32_t* bKey = that.
asKey
();
62
const uint32_t* aKey = a.
asKey
();
63
const uint32_t* bKey = b.
asKey
();
GrSwizzle.h
28
/** Recreates a GrSwizzle from the output of
asKey
() */
43
uint8_t
asKey
() const { return fKey; }
/external/skia/src/gpu/gl/
GrGLProgramDesc.cpp
45
k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).
asKey
() |
155
glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).
asKey
();
/external/skia/src/gpu/vk/
GrVkProgramDesc.cpp
33
k16[i] = SkToU16(caps.configTextureSwizzle(texture->config()).
asKey
());
142
glslCaps.configOutputSwizzle(pipeline.getRenderTarget()->config()).
asKey
();
/external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp
86
uint32_t key = (cce.swizzle().
asKey
()) | (cce.pmConversion() << 16);
/prebuilts/tools/common/m2/repository/com/google/auto/factory/auto-factory/1.0-beta2/
auto-factory-1.0-beta2.jar
Completed in 1727 milliseconds