Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DMeshSpecification.cpp78 auto meshSpecResult = SkMeshSpecification::Make(attributes, vertexStride, varyings, in Make() local
81 if (meshSpecResult.specification.get() == nullptr) { in Make()
82 jniThrowException(env, "java/lang/IllegalArgumentException", meshSpecResult.error.c_str()); in Make()
85 return reinterpret_cast<jlong>(meshSpecResult.specification.release()); in Make()
95 auto meshSpecResult = SkMeshSpecification::Make( in MakeWithCS() local
99 if (meshSpecResult.specification.get() == nullptr) { in MakeWithCS()
100 jniThrowException(env, "java/lang/IllegalArgumentException", meshSpecResult.error.c_str()); in MakeWithCS()
103 return reinterpret_cast<jlong>(meshSpecResult.specification.release()); in MakeWithCS()
113 auto meshSpecResult = SkMeshSpecification::Make( in MakeWithAlpha() local
118 if (meshSpecResult.specification.get() == nullptr) { in MakeWithAlpha()
[all …]