HomeSort by relevance Sort by last modified time
    Searched refs:fData32 (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrCacheID.cpp 12 GR_STATIC_ASSERT(sizeof(kAssertKey.fData8) == sizeof(kAssertKey.fData32));
GrStencilBuffer.cpp 28 uint32_t* keyData = key.fData32;
GrTexture.cpp 171 idKey.fData32[0] = (desc.fWidth) | (desc.fHeight << 16);
172 idKey.fData32[1] = desc.fConfig | desc.fSampleCnt << 16;
173 idKey.fData32[2] = desc.fFlags;
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 201 *key.fData32 = fCacheKey;
202 memset(key.fData32 + 1, 0, sizeof(key) - sizeof(uint32_t));
  /external/skia/include/gpu/
GrTypes.h 485 uint32_t fData32[4];

Completed in 32 milliseconds