Searched refs:create_key_with_data (Results 1 – 1 of 1) sorted by relevance
| /external/skia/tests/graphite/ |
| D | KeyTest.cpp | 19 PaintParamsKey create_key_with_data(PaintParamsKeyBuilder* builder, in create_key_with_data() function 34 return create_key_with_data(builder, snippetID, SkSpan(kEmptyBuffer, size)); in create_key() 129 PaintParamsKey keyA = create_key_with_data(&builderA, userSnippetID, kData); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 130 PaintParamsKey keyB = create_key_with_data(&builderB, userSnippetID, kData); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() 131 PaintParamsKey keyC = create_key_with_data(&builderC, userSnippetID, kData2); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
|