Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrConfig.h207 #define GR_CONCAT(X,Y) GR_CONCAT_IMPL(X,Y)
208 #define GR_CONCAT_IMPL(X,Y) X##Y macro