Searched refs:getCustomData (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/gpu/
H A DGrResourceKey.h241 this->setCustomData(that.getCustomData());
254 const SkData* getCustomData() const { function in class:GrUniqueKey
H A DGrGpuResource.h230 const SkData* getCustomData() const { return fData.get(); } function in class:GrGpuResource
/external/skia/src/gpu/batches/
H A DGrTessellatingPathRenderer.cpp52 const SkData* data = vertexBuffer->getUniqueKey().getCustomData();
/external/skia/tests/
H A DResourceCacheTest.cpp873 REPORTER_ASSERT(reporter, *(int*) d2->getUniqueKey().getCustomData()->data() == 4132);
1258 REPORTER_ASSERT(reporter, *(int*) key1.getCustomData()->data() == 4132);
1259 REPORTER_ASSERT(reporter, key2.getCustomData() == nullptr);
1263 REPORTER_ASSERT(reporter, *(int*) key3.getCustomData()->data() == 4132);
1279 resource->getCustomData();
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 125 milliseconds