Searched refs:GR_DECLARE_STATIC_UNIQUE_KEY (Results 1 – 7 of 7) sorted by relevance
47 GR_DECLARE_STATIC_UNIQUE_KEY(gLayerAtlasKey);
20 GR_DECLARE_STATIC_UNIQUE_KEY(gQuadIndexBufferKey);
1348 GR_DECLARE_STATIC_UNIQUE_KEY(gStrokeRRectOnlyIndexBufferKey);1349 GR_DECLARE_STATIC_UNIQUE_KEY(gRRectOnlyIndexBufferKey);
15 GR_DECLARE_STATIC_UNIQUE_KEY(gMiterIndexBufferKey);16 GR_DECLARE_STATIC_UNIQUE_KEY(gBevelIndexBufferKey);
66 GR_DECLARE_STATIC_UNIQUE_KEY(gQuadsIndexBufferKey);100 GR_DECLARE_STATIC_UNIQUE_KEY(gLinesIndexBufferKey);
19 GR_DECLARE_STATIC_UNIQUE_KEY(gAAFillRectIndexBufferKey);
293 #define GR_DECLARE_STATIC_UNIQUE_KEY(name) SK_DECLARE_STATIC_ONCE(name##_once) macro