Home
last modified time | relevance | path

Searched refs:kLocal32s (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkResourceCache.cpp48 static const int kLocal32s = kUnhashedLocal32s + kHashedLocal32s; in init() local
50 static_assert(sizeof(Key) == (kLocal32s << 2), "unaccounted_key_locals"); in init()
54 fCount32 = SkToS32(kLocal32s + (dataSize >> 2)); in init()
/external/skia/src/core/
DSkResourceCache.cpp49 static const int kLocal32s = kUnhashedLocal32s + kHashedLocal32s; in init() local
51 static_assert(sizeof(Key) == (kLocal32s << 2), "unaccounted_key_locals"); in init()
55 fCount32 = SkToS32(kLocal32s + (dataSize >> 2)); in init()