Searched refs:meshSpecResult (Results 1 – 1 of 1) sorted by relevance
78 auto meshSpecResult = SkMeshSpecification::Make(attributes, vertexStride, varyings, in Make() local81 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() local99 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() local118 if (meshSpecResult.specification.get() == nullptr) { in MakeWithAlpha()[all …]