Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTexture.cpp171 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16); in ComputeScratchKey()
172 idKey.fData32[1] = desc.fConfig | desc.fSampleCnt << 16; in ComputeScratchKey()
173 idKey.fData32[2] = desc.fFlags; in ComputeScratchKey()
DGrCacheID.cpp12 GR_STATIC_ASSERT(sizeof(kAssertKey.fData8) == sizeof(kAssertKey.fData32));
DGrStencilBuffer.cpp28 uint32_t* keyData = key.fData32; in gen_cache_id()
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp201 *key.fData32 = fCacheKey; in lockTexture()
202 memset(key.fData32 + 1, 0, sizeof(key) - sizeof(uint32_t)); in lockTexture()
/external/skia/include/gpu/
DGrTypes.h485 uint32_t fData32[4]; member